diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed6fd3cc3..fdfaac8f0 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.13.0 + - uses: ncipollo/release-action@v1.14.0 with: artifacts: "typst-${{ matrix.target }}.*" allowUpdates: true