revert gh release action for windows compat

This commit is contained in:
James Ravenscroft 2023-06-13 21:30:39 +01:00
parent a24234f1dd
commit d48be56a8f

View File

@ -32,7 +32,7 @@ jobs:
7z a ${{github.workspace}}\ggml\turbopilot-${{ runner.os }}-${{ runner.arch }}.zip *.md
- name: Upload binaries to release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.13
with:
token: ${{ secrets.PUBLISH_TOKEN }}
files: ${{github.workspace}}\ggml\turbopilot-${{ runner.os }}-${{ runner.arch }}.zip