diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8c0b96..b761be0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - run: echo "TARBALL=handlematters-${{ github.event.release.tag_name }}-${{ matrix.label }}.tar.xz" >> $GITHUB_ENV - run: tar caf $TARBALL --directory=target/${{ matrix.target }}/release handlematters - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: files: ${{ env.TARBALL }} fail_on_unmatched_files: true