We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfca28 commit 09323caCopy full SHA for 09323ca
.github/workflows/release.yml
@@ -23,12 +23,6 @@ jobs:
23
# Build your program with the given configuration
24
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target release_header
25
26
- - name: 'Upload Artifact'
27
- uses: actions/upload-artifact@v3
28
- with:
29
- name: cib.hpp
30
- path: ${{github.workspace}}/build/include/cib/cib.hpp
31
-
32
- name: Release
33
uses: softprops/[email protected]
34
with:
0 commit comments