Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
copy & paste mistake in publish file
  • Loading branch information
OskarZyg committed Mar 15, 2023
1 parent 91e7c22 commit d050984
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 @@ -41,7 +41,7 @@ jobs:
- name: upload artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ steps.generate_filename.outputs.lowercase }}
name: message-${{ github.event.release.tag_name }}
path: build/libs
retention-days: 365

Expand Down

0 comments on commit d050984

Please sign in to comment.