mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
fix: Allow artifact preparation to continue on error during upload
This commit is contained in:
3
.github/workflows/build-multiplatform.yml
vendored
3
.github/workflows/build-multiplatform.yml
vendored
@@ -547,6 +547,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare artifacts for upload
|
- name: Prepare artifacts for upload
|
||||||
run: |
|
run: |
|
||||||
|
# Don't exit on error - we want to copy whatever artifacts exist
|
||||||
|
set +e
|
||||||
|
|
||||||
# Create directories for R2
|
# Create directories for R2
|
||||||
mkdir -p r2-upload/unstable/${{ steps.metadata.outputs.build_prefix }}
|
mkdir -p r2-upload/unstable/${{ steps.metadata.outputs.build_prefix }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user