Skip to content

Commit

Permalink
build: update release workflow artifact name convention
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Mar 19, 2024
1 parent cfe190b commit ef17e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
NOTARIZE: true
- uses: actions/upload-artifact@v4
with:
name: Gitify-dist-mac
name: Gitify-release-mac
path: dist/
overwrite: true

Expand All @@ -58,7 +58,7 @@ jobs:
GH_TOKEN: ${{ secrets.gh_token }}
- uses: actions/upload-artifact@v4
with:
name: Gitify-dist-win
name: Gitify-release-win
path: dist/
overwrite: true

Expand All @@ -83,6 +83,6 @@ jobs:
GH_TOKEN: ${{ secrets.gh_token }}
- uses: actions/upload-artifact@v4
with:
name: Gitify-dist-linux
name: Gitify-release-linux
path: dist/
overwrite: true

0 comments on commit ef17e5c

Please sign in to comment.