diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b71eb46..7eec919 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - os: windows-latest target: x86_64-pc-windows-msvc cross: false - artifact_name: target\x86_64-pc-windows-msvc\release\rustmon + artifact_name: .\target\x86_64-pc-windows-msvc\release\rustmon asset_name: rustmon-windows-x86_64 runs-on: ${{ matrix.os }} @@ -53,7 +53,6 @@ jobs: - name: Upload binary to release uses: svenstaro/upload-release-action@v1-release with: - prerelease: true override: true repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ matrix.artifact_name }}