Skip to content

Commit e8bc98f

Browse files
committed
CI: upload the tar.xz
with actions/upload-artifact (== not in official builds) (as a consequence, the tar.xz will be inside zip)
1 parent e193611 commit e8bc98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/upload-artifact@main
112112
with:
113113
name: GPUJPEG CI ${{ matrix.name }}
114-
path: GPUJPEG
114+
path: ${{ matrix.tar_name }}
115115

116116
- name: Upload Release Build Asset
117117
if: github.repository == 'CESNET/GPUJPEG' && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)