mirror of
https://github.com/Revertron/Alfis
synced 2024-11-03 15:40:19 +00:00
Fixed ARM binary upload task
This commit is contained in:
parent
9fac1dc6a3
commit
7b22469b64
1
.github/workflows/rust_create_release.yml
vendored
1
.github/workflows/rust_create_release.yml
vendored
@ -115,6 +115,7 @@ jobs:
|
||||
asset_content_type: application/zip
|
||||
- name: Upload ARM binary
|
||||
id: upload-arm-binary
|
||||
if: contains(matrix.os, 'ubuntu')
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user