diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9015e5..ec7bd4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Zip Executable run: zip -j cap2spm.zip .build/apple/Products/Release/cap2spm - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: files: cap2spm.zip token: ${{ secrets.GITHUB_TOKEN }}