diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index d26aa024..cb066684 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -198,7 +198,7 @@ jobs: - name: Create GitHub Release (on tag) if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda continue-on-error: true with: files: | @@ -326,7 +326,7 @@ jobs: - name: Create GitHub Release (on tag) if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda with: files: | ${{ runner.temp }}/OCcode-win32-x64-${{ github.ref_name }}-system-setup.exe @@ -400,7 +400,7 @@ jobs: - name: Create GitHub Release (on tag) if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda with: files: | ${{ runner.temp }}/OCcode-linux-x64-${{ github.ref_name }}.deb