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:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
|||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
- name: List full build directory
|
- name: List full build directory
|
||||||
run: ls -la target/
|
run: ls -la ./target/
|
||||||
|
|
||||||
- name: List build directory
|
- name: List build directory
|
||||||
run: ls -la target/x86_64-pc-windows-gnu/release/
|
run: ls -la target/x86_64-pc-windows-gnu/release/
|
||||||
@@ -86,7 +86,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/BeetleWire.exe
|
asset_path: ./target/x86_64-pc-windows-gnu/release/
|
||||||
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