mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
test
This commit is contained in:
parent
0f8ccb9659
commit
a24234f1dd
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -29,10 +29,10 @@ jobs:
|
||||
|
||||
run: |
|
||||
cd ${{github.workspace}}\ggml
|
||||
7z a ${{github.workspace}}\ggml\build\bin\\Release\turbopilot-${{ runner.os }}-${{ runner.arch }}.zip *.md
|
||||
7z a ${{github.workspace}}\ggml\turbopilot-${{ runner.os }}-${{ runner.arch }}.zip *.md
|
||||
|
||||
- name: Upload binaries to release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
token: ${{ secrets.PUBLISH_TOKEN }}
|
||||
files: ${{github.workspace}}\ggml\build\bin\Release\turbopilot-${{ runner.os }}-${{ runner.arch }}.zip
|
||||
files: ${{github.workspace}}\ggml\turbopilot-${{ runner.os }}-${{ runner.arch }}.zip
|
Loading…
Reference in New Issue
Block a user