Update rust.yml

This commit is contained in:
2024-08-22 02:35:25 +02:00
committed by GitHub
parent 3a9b814994
commit b377f52c4f

View File

@@ -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