Skip to content

Commit

Permalink
fix: artifacts in the wrong folder
Browse files Browse the repository at this point in the history
  • Loading branch information
renanrcp committed Mar 4, 2023
1 parent 9c8d158 commit 9cdeea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: "artifacts/*"
artifacts: "dist/*"
token: ${{ secrets.GITHUB_TOKEN }}
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
2 changes: 1 addition & 1 deletion .github/workflows/release-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: "artifacts/*"
artifacts: "dist/*"
token: ${{ secrets.GITHUB_TOKEN }}
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
2 changes: 1 addition & 1 deletion .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: "artifacts/*"
artifacts: "dist/*"
token: ${{ secrets.GITHUB_TOKEN }}
omitBodyDuringUpdate: true
omitNameDuringUpdate: true

0 comments on commit 9cdeea6

Please sign in to comment.