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