Skip to content

Commit

Permalink
ci: fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
magonxesp committed Sep 26, 2024
1 parent 1e3e084 commit 1a079d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:

- uses: ncipollo/release-action@v1
with:
artifacts: 'build/lib/cloudflare-ddns.jar'
artifacts: 'build/libs/cloudflare-ddns.jar'
bodyFile: 'CHANGES.md'

0 comments on commit 1a079d6

Please sign in to comment.