1 parent 7ffeeb8 commit 09af4fcCopy full SHA for 09af4fc
1 file changed
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
cd target/${{ matrix.target }}/release
80
7z a "${GITHUB_WORKSPACE}/embd-${{ matrix.target }}.zip" embd.exe
81
- name: Upload to release
82
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
83
with:
84
files: embd-${{ matrix.target }}.*
85
prerelease: ${{ contains(github.ref_name, '-') }}
0 commit comments