Skip to content

Commit

Permalink
chore(workflows): fix the action to upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu committed Oct 31, 2024
1 parent a34752f commit cf17651
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,13 @@ jobs:
tag: ${{ github.event.release.tag_name }}
file: |
./client/story-${{ matrix.platform }}
file_glob: false

- name: Upload binaries and source code to GitHub Release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.release.tag_name }}
file: |
./client/story-${{ matrix.platform }}.sha256
file_glob: false

0 comments on commit cf17651

Please sign in to comment.