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 f3856c4 commit 39d4120Copy full SHA for 39d4120
.github/workflows/build.yaml
@@ -294,6 +294,8 @@ jobs:
294
tar -czf release/CCloud-linux.tar.gz -C build/linux/x64/release bundle/
295
296
# 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
299
cd build/linux/x64/release
300
zip -r ../../release/CCloud-linux.zip bundle/
301
- name: Upload Linux artifacts
0 commit comments