We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de118d6 commit 7352ec7Copy full SHA for 7352ec7
1 file changed
.github/workflows/compare-ds.yaml
@@ -78,6 +78,9 @@ jobs:
78
name: pr-artifacts-${{ github.event.workflow_run.head_sha }}
79
path: pr_artifacts
80
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
84
- name: Unpack built artifacts
85
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
86
run: tar -xvzf pr_artifacts/artifacts.tar.gz -C pr_artifacts/unpacked_artifacts
0 commit comments