mirror of
https://github.com/Myxelium/BeetleWire.git
synced 2026-07-07 14:55:09 +00:00
Update rust.yml
This commit is contained in:
20
.github/workflows/rust.yml
vendored
20
.github/workflows/rust.yml
vendored
@@ -80,16 +80,16 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./target/x86_64-pc-windows-gnu/release/windows-binary.zip
|
||||
asset_path: ./target/x86_64-pc-windows-gnu/release/BeetleWire.exe
|
||||
asset_name: windows-binary.zip
|
||||
asset_content_type: application/zip
|
||||
|
||||
- name: Upload Release Asset (Linux)
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./target/x86_64-unknown-linux-gnu/release/linux-binary.tar.gz
|
||||
asset_name: linux-binary.tar.gz
|
||||
asset_content_type: application/gzip
|
||||
# - name: Upload Release Asset (Linux)
|
||||
# uses: actions/upload-release-asset@v1
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# with:
|
||||
# upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
# asset_path: ./target/x86_64-unknown-linux-gnu/release/linux-binary.tar.gz
|
||||
# asset_name: linux-binary.tar.gz
|
||||
# asset_content_type: application/gzip
|
||||
|
||||
Reference in New Issue
Block a user