Skip to content

Commit

Permalink
ci: try different naming
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarZyg committed Mar 15, 2023
1 parent d050984 commit e641a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: upload artifacts
uses: actions/upload-artifact@v2
with:
name: message-${{ github.event.release.tag_name }}
path: build/libs
name: message
path: build/libs/*.jar
retention-days: 365

# Release Artifacts
Expand Down

0 comments on commit e641a53

Please sign in to comment.