Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaronkot committed Feb 22, 2024
1 parent dbcf335 commit a544350
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@ jobs:
draft: false
prerelease: false

- name: Create kkk.zip
run: zip -r ${{ github.ref }}.zip ${{github.workspace}}/output

- name: Upload library
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./output
asset_path: ${{github.workspace}}/output
asset_name: ${{ github.ref }}.zip
asset_content_type: application/gzip

Expand Down

0 comments on commit a544350

Please sign in to comment.