mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
try create artifact
This commit is contained in:
parent
24caa9d8f7
commit
70312c4b95
5
.github/workflows/build-commit.yml
vendored
5
.github/workflows/build-commit.yml
vendored
@ -46,7 +46,10 @@ jobs:
|
|||||||
|
|
||||||
- name: package artifacts for release
|
- name: package artifacts for release
|
||||||
#if: startsWith(github.ref, 'refs/tags/')
|
#if: startsWith(github.ref, 'refs/tags/')
|
||||||
run: zip ${{github.workspace}}/ggml/build/bin/* ${{github.workspace}}/ggml/build/bin/turbopilot-${{ runner.os }}-${{ runner.arch }}.zip
|
|
||||||
|
run:
|
||||||
|
cd ${{github.workspace}}/ggml/build/bin
|
||||||
|
zip ./codegen* turbopilot-${{ runner.os }}-${{ runner.arch }}.zip
|
||||||
|
|
||||||
- name: Upload Build Artifacts
|
- name: Upload Build Artifacts
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v3.1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user