Skip to content

Commit

Permalink
chore: fetch releases paths
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Dec 18, 2023
1 parent b1a51c9 commit 2caa8ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pkg-build
path: ./pkg/*.zip
path: ./build/pkg/*.zip

- name: Upload binaries to release
if: github.event_name == 'release'
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./pkg/*.zip
file: ./build/pkg/*.zip
file_glob: true
tag: ${{ github.ref }}
overwrite: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"github": {
"release": true,
"assets": [
"pkg/*.zip"
"build/pkg/*.zip"
]
},
"git": {
Expand Down

0 comments on commit 2caa8ba

Please sign in to comment.