Skip to content

Commit ad3f797

Browse files
WIP
1 parent 06ac772 commit ad3f797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/community-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: sbt cli/pack
2323

2424
- run: |
25-
zip -r scip-java.zip ./scip-java/target/pack
25+
cd scip-java/target/pack && zip -r scip-java.zip .
2626
2727
- name: Upload artifacts
2828
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)