We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d434f commit b438d4cCopy full SHA for b438d4c
1 file changed
.github/workflows/build.yaml
@@ -26,9 +26,3 @@ jobs:
26
27
- name: Install Project
28
run: cmake --install build --prefix install
29
-
30
- - name: Upload Project as Artifact
31
- uses: actions/upload-artifact@v4.6.2
32
- with:
33
- name: package-${{ matrix.os }}
34
- path: install
0 commit comments