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 ad3f797 commit 7e85650Copy full SHA for 7e85650
.github/workflows/community-build.yml
@@ -4,6 +4,14 @@ on:
4
branches: [main]
5
tags: ["*"]
6
pull_request:
7
+ workflow_dispatch:
8
+ inputs:
9
+ scipJavaVersion:
10
+ description: 'Version of bindgen to run (if empty, main branch will be republished)'
11
+ required: false
12
+ default: ''
13
+ type: string
14
+
15
jobs:
16
build:
17
runs-on: ubuntu-latest
@@ -22,7 +30,7 @@ jobs:
22
30
- run: sbt cli/pack
23
31
24
32
- run: |
25
- cd scip-java/target/pack && zip -r scip-java.zip .
33
+ cd scip-java/target/pack && zip -r ../../../scip-java.zip .
26
34
27
35
- name: Upload artifacts
28
36
uses: actions/upload-artifact@v4
0 commit comments