Update rust.yml

This commit is contained in:
2024-08-22 03:07:20 +02:00
committed by GitHub
parent 555031fc4d
commit 764b0bbb46

View File

@@ -39,11 +39,6 @@ jobs:
name: ${{ matrix.target }}-binary
path: target/${{ matrix.target }}/release/
release:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
@@ -86,7 +81,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/BeetleWire.exe
asset_name: BeetleWire.exe
asset_content_type: application/zip