Skip to content

Commit c48fdfc

Browse files
committed
Fix CI params
1 parent 8a15c89 commit c48fdfc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,9 @@ jobs:
7171
platform: ${{ matrix.platform }}
7272
build-type: Release
7373
cmake-args: ${{ matrix.cmake-args }}
74-
src-dir: ${{ env.SOURCES_DIR }}
75-
build-dir: ${{ env.BUILD_DIR }}
7674

7775
- name: 📦 Upload Artifact
7876
uses: actions/upload-artifact@v4
7977
with:
80-
name: Binding (${{ matrix.backend }}-${{ matrix.config }})
78+
name: Binding (${{ matrix.backend }})
8179
path: ${{ env.BUILD_DIR }}

0 commit comments

Comments
 (0)