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 06ac772 commit ad3f797Copy full SHA for ad3f797
.github/workflows/community-build.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: sbt cli/pack
23
24
- run: |
25
- zip -r scip-java.zip ./scip-java/target/pack
+ cd scip-java/target/pack && zip -r scip-java.zip .
26
27
- name: Upload artifacts
28
uses: actions/upload-artifact@v4
0 commit comments