Skip to content

Commit cdd0d37

Browse files
committed
need the dir either way
1 parent ab684b6 commit cdd0d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-test-build-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,10 @@ jobs:
325325
- name: 'separate release and internal-release artifacts'
326326
run: |
327327
for variant in release internal-release ; do
328+
mkdir to_upload_${variant}
328329
variant_pattern="./artifacts/opentrons-${variant}-*"
329330
ls ${variant_pattern}/ 2>/dev/null 1>/dev/null || break
330331
echo "Moving ${variant} builds ${variant_pattern}/* to to_upload_${variant}"
331-
mkdir to_upload_${variant}
332332
cp ./artifacts/${variant_pattern}/* ./to_upload_${variant}/
333333
echo "Moved $(ls ./to_upload_${variant})"
334334
done

0 commit comments

Comments
 (0)