Skip to content

Commit 09323ca

Browse files
committed
remove artifact upload from release.yml
1 parent bdfca28 commit 09323ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
# Build your program with the given configuration
2424
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target release_header
2525

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-
3226
- name: Release
3327
uses: softprops/[email protected]
3428
with:

0 commit comments

Comments
 (0)