mirror of
https://github.com/Myxelium/BeetleWire.git
synced 2026-04-09 09:09:39 +00:00
Update rust.yml
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: target/x86_64-pc-windows-gnu/release/
|
||||
asset_path: ./target/x86_64-pc-windows-gnu/release/windows-binary.zip
|
||||
asset_name: windows-binary.zip
|
||||
asset_content_type: application/zip
|
||||
|
||||
@@ -90,6 +90,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: target/x86_64-unknown-linux-gnu/release/
|
||||
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