diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e7156e4a..abd0c334e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: tar cJf $directory.tar.xz $directory fi - - uses: ncipollo/release-action@v1.12.0 + - uses: ncipollo/release-action@v1.13.0 with: artifacts: "typst-${{ matrix.target }}.*" allowUpdates: true