We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8a2a7 commit 614ddcfCopy full SHA for 614ddcf
.github/workflows/release-please.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Build
19
run: |
20
- zip -r LLM_SuperSet.popclipz LLM_Superset.popclipext -x "*.git*" -x "*.vscode*"
+ cd .. && zip -r LLM_SuperSet.popclipz LLM_Superset.popclipext -x "*.git*" -x "*.vscode*"
21
22
- name: Upload binaries to release
23
uses: svenstaro/upload-release-action@v2
0 commit comments