Skip to content

Commit 61910f3

Browse files
committed
Minify artifacts
1 parent 7ce7f1c commit 61910f3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
default: master
88
description: The ref of saucer to use
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
14+
env:
15+
BUILD_DIR: ./build
16+
1017
name: 🏗️ Build Bindings
1118

1219
jobs:
@@ -68,4 +75,4 @@ jobs:
6875
uses: actions/upload-artifact@v4
6976
with:
7077
name: Binding (${{ matrix.backend }}-${{ matrix.config }})
71-
path: build
78+
path: ${{ env.BUILD_DIR }}/bin/

0 commit comments

Comments
 (0)