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:
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@@ -39,11 +39,6 @@ jobs:
|
|||||||
name: ${{ matrix.target }}-binary
|
name: ${{ matrix.target }}-binary
|
||||||
path: target/${{ matrix.target }}/release/
|
path: target/${{ matrix.target }}/release/
|
||||||
|
|
||||||
release:
|
|
||||||
needs: build
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@@ -86,7 +81,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
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_name: BeetleWire.exe
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user