We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a15c89 commit c48fdfcCopy full SHA for c48fdfc
1 file changed
.github/workflows/build.yml
@@ -71,11 +71,9 @@ jobs:
71
platform: ${{ matrix.platform }}
72
build-type: Release
73
cmake-args: ${{ matrix.cmake-args }}
74
- src-dir: ${{ env.SOURCES_DIR }}
75
- build-dir: ${{ env.BUILD_DIR }}
76
77
- name: 📦 Upload Artifact
78
uses: actions/upload-artifact@v4
79
with:
80
- name: Binding (${{ matrix.backend }}-${{ matrix.config }})
+ name: Binding (${{ matrix.backend }})
81
path: ${{ env.BUILD_DIR }}
0 commit comments