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:
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user