diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index e0b4c8c..b097643 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -128,7 +128,7 @@ jobs: - name: Optimize and package binary run: | cd target/release - 7z a rsgrad.zip rsgrad + 7z a rsgrad.zip rsgrad.exe - name: Upload binary uses: actions/upload-release-asset@v1