Skip to content

Commit

Permalink
CI workflow, fixes #194
Browse files Browse the repository at this point in the history
  • Loading branch information
mdzio committed Feb 1, 2025
1 parent 3b25590 commit c659506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go run .
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: |
ccu-jack-*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion dist/ccu/rc.d/ccu-jack
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# add-on information
ADDON_ID=ccu-jack
ADDON_NAME="CCU-Jack"
ADDON_COPYRIGHT="(c) 2019-2024 [email protected]"
ADDON_COPYRIGHT="(c) 2019-2025 [email protected]"
ADDON_WWW='<a href="https://github.com/mdzio/ccu-jack" target="_blank">https://github.com/mdzio/ccu-jack</a>'

# directories
Expand Down

0 comments on commit c659506

Please sign in to comment.