Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gohashira authored Jan 12, 2025
1 parent 0287e54 commit 91bf559
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,20 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: aarch64-apple-darwin
path: dist/aarch64-apple-darwin
path: aarch64-apple-darwin
- uses: actions/download-artifact@v4
with:
name: x86_64-unknown-linux-gnu
path: dist/x86_64-unknown-linux-gnu
path: x86_64-unknown-linux-gnu

- name: ls
run: ls -la

- name: hawk tuah
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.GH_TOKEN }}
files: dist/*
files: |
aarch64-apple-darwin
x86_64-unknown-linux-gnu

0 comments on commit 91bf559

Please sign in to comment.