We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d996f88 commit a989e4dCopy full SHA for a989e4d
.github/workflows/ci.yml
@@ -200,6 +200,9 @@ jobs:
200
-L -o my_artifact.zip \
201
"https://api.github.com/repos/${{ github.repository }}/actions/artifacts/${ARTIFACT_ID}/zip"
202
203
+ echo "Contents of my_artifact.zip for artifact ID: $ARTIFACT_ID"
204
+ unzip -l my_artifact.zip
205
+
206
unzip my_artifact.zip -d test_results 2> /dev/null || true
207
echo "Contents of test_results directory for artifact ID: $ARTIFACT_ID"
208
ls -l test_results
0 commit comments