We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce7f1c commit 61910f3Copy full SHA for 61910f3
1 file changed
.github/workflows/build.yml
@@ -7,6 +7,13 @@ on:
7
default: master
8
description: The ref of saucer to use
9
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: true
13
+
14
+env:
15
+ BUILD_DIR: ./build
16
17
name: 🏗️ Build Bindings
18
19
jobs:
@@ -68,4 +75,4 @@ jobs:
68
75
uses: actions/upload-artifact@v4
69
76
with:
70
77
name: Binding (${{ matrix.backend }}-${{ matrix.config }})
71
- path: build
78
+ path: ${{ env.BUILD_DIR }}/bin/
0 commit comments