Update rust_create_release.yml

pull/3/head
Revertron 3 years ago committed by GitHub
parent 40213fe11c
commit dde6d0d910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v2
- name: Build release binary
run: |
cargo build --release
echo "Ok"
- name: Upload Windows binary
id: upload-windows-binary
uses: actions/upload-release-asset@v1
@ -51,6 +51,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${RELEASE_URL}
asset_path: target/release/alfis.exe
asset_path: ./target/release/alfis.exe
asset_name: alfis_${GITHUB_REF##*/}.exe
asset_content_type: application/octet-stream

Loading…
Cancel
Save