Skip to content

Commit 7e85650

Browse files
WIP
1 parent ad3f797 commit 7e85650

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/community-build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ on:
44
branches: [main]
55
tags: ["*"]
66
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+
715
jobs:
816
build:
917
runs-on: ubuntu-latest
@@ -22,7 +30,7 @@ jobs:
2230
- run: sbt cli/pack
2331

2432
- run: |
25-
cd scip-java/target/pack && zip -r scip-java.zip .
33+
cd scip-java/target/pack && zip -r ../../../scip-java.zip .
2634
2735
- name: Upload artifacts
2836
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)