Skip to content

Commit 39d4120

Browse files
committed
added tv
1 parent f3856c4 commit 39d4120

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ jobs:
294294
tar -czf release/CCloud-linux.tar.gz -C build/linux/x64/release bundle/
295295
296296
# Create ZIP archive of the Linux build
297+
# First ensure the release directory exists at the correct relative path
298+
mkdir -p build/linux/x64/release/../../release
297299
cd build/linux/x64/release
298300
zip -r ../../release/CCloud-linux.zip bundle/
299301
- name: Upload Linux artifacts

0 commit comments

Comments
 (0)