Skip to content

Commit b702651

Browse files
authored
Merge pull request #14376 from ggbecker/fix-compare-ds-5
Make sure the directory for the compare ds exists
2 parents a12ddd2 + 7352ec7 commit b702651

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/compare-ds.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
name: pr-artifacts-${{ github.event.workflow_run.head_sha }}
7979
path: pr_artifacts
8080
run-id: ${{ github.event.workflow_run.id }}
81+
- name: Create unpacked_artifacts directory
82+
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
83+
run: mkdir -p pr_artifacts/unpacked_artifacts
8184
- name: Unpack built artifacts
8285
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
8386
run: tar -xvzf pr_artifacts/artifacts.tar.gz -C pr_artifacts/unpacked_artifacts

0 commit comments

Comments
 (0)