Skip to content

Commit

Permalink
add release step
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Oct 25, 2024
1 parent 3459334 commit 460010e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@ jobs:
asset_name: wee8-linux-amd64.tar.xz
asset_content_type: application/gzip

- name: Upload Release Asset Linux musl
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/linux-musl-${{matrix.tag}}/wee8.tar.xz
asset_name: wee8-linux-musl.tar.xz
asset_content_type: application/gzip

- name: Upload Release Asset Darwin
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 460010e

Please sign in to comment.