Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Nov 11, 2024
1 parent ad3f797 commit 7e85650
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/community-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
branches: [main]
tags: ["*"]
pull_request:
workflow_dispatch:
inputs:
scipJavaVersion:
description: 'Version of bindgen to run (if empty, main branch will be republished)'
required: false
default: ''
type: string

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -22,7 +30,7 @@ jobs:
- run: sbt cli/pack

- run: |
cd scip-java/target/pack && zip -r scip-java.zip .
cd scip-java/target/pack && zip -r ../../../scip-java.zip .
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7e85650

Please sign in to comment.