diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed859b1..76aab27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: Compress-Archive -Path target/${{ matrix.target }}/release/backcheck.exe ` -DestinationPath backcheck-${{ matrix.target }}.zip - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.inputs.tag || github.ref_name }} files: |