diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4504881..1f33278d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -427,7 +427,7 @@ jobs: EOF - name: Upload release assets - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | release-assets/plue-macos-${{ github.ref_name }}.tar.gz diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 409c3bca..ade3737f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -308,7 +308,7 @@ jobs: EOF - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | plue-${{ needs.validate-release.outputs.version }}-*.tar.gz