diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6c0422..359eb6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: tar -C package -czvf ${{ matrix.architecture }}-${{ matrix.ostype }}.tar.gz . - name: Add Release Artifact to the Github Release if: ${{ needs.release.outputs.published == 'true' }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ needs.release.outputs.release-git-tag }} files: ${{ matrix.architecture }}-${{ matrix.ostype }}.tar.gz