Skip to content

Commit 614ddcf

Browse files
committed
cicd fix
1 parent 0e8a2a7 commit 614ddcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Build
1919
run: |
20-
zip -r LLM_SuperSet.popclipz LLM_Superset.popclipext -x "*.git*" -x "*.vscode*"
20+
cd .. && zip -r LLM_SuperSet.popclipz LLM_Superset.popclipext -x "*.git*" -x "*.vscode*"
2121
2222
- name: Upload binaries to release
2323
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)