Skip to content

Commit cf6beda

Browse files
committed
Build artifact
1 parent 916d224 commit cf6beda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
- name: Generate Artifacts
103103
uses: actions/upload-artifact@v4
104104
if: ${{ matrix.os == 'ubuntu-latest' && matrix.c_compiler == 'gcc' }}
105-
path: |
106-
build/*.deb
107-
#build/_CPack_Packages/Linux/DEB/
108-
retention-days: 5
105+
with:
106+
path: |
107+
build/*.deb
108+
retention-days: 5
109109

110110
- name: Test
111111
working-directory: ${{ steps.strings.outputs.build-output-dir }}

0 commit comments

Comments
 (0)