Skip to content

Commit 7352ec7

Browse files
committed
Make sure the directory for the compare ds exists.
1 parent de118d6 commit 7352ec7

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)