Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn committed Dec 5, 2020
1 parent 5c6eaad commit 8f7266c
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,11 @@ jobs:
echo "::set-output name=asset_name::tribilin.zip"
echo "::set-output name=asset_path::tribilin.zip"
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./tribilin.zip
asset_name: tribilin.zip
asset_content_type: application/zip
- name: Create GitHub release
uses: Roang-zero1/github-upload-release-artifacts-action@master
with:
args:
- Release/
- librosalila.dylib
- librosalila.so
- rosalila.lib

0 comments on commit 8f7266c

Please sign in to comment.