From dde6d0d91057392eb9d60d651917c1222d2ba43e Mon Sep 17 00:00:00 2001 From: Revertron <105154+Revertron@users.noreply.github.com> Date: Tue, 23 Feb 2021 02:29:06 +0100 Subject: [PATCH] Update rust_create_release.yml --- .github/workflows/rust_create_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust_create_release.yml b/.github/workflows/rust_create_release.yml index dddf7eb..faedebc 100644 --- a/.github/workflows/rust_create_release.yml +++ b/.github/workflows/rust_create_release.yml @@ -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