Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
fix zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenscroftj committed Apr 14, 2023
1 parent b51b577 commit 7ee5d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

run: |
cd ${{github.workspace}}/ggml/build/bin
zip ./codegen* turbopilot-${{ runner.os }}-${{ runner.arch }}.zip
zip turbopilot-${{ runner.os }}-${{ runner.arch }}.zip ./codegen*
- name: Upload binaries to release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7ee5d4b

Please sign in to comment.