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 02d7796 commit 9166f7cCopy full SHA for 9166f7c
1 file changed
.github/workflows/mainline-test.yml
@@ -45,7 +45,7 @@ jobs:
45
ls -la artifacts
46
file artifacts/*.tar.gz
47
for archive in artifacts/*.tar.gz; do
48
- tar -xpf "$subarchive" -C / --overwrite
+ tar -xpf "$archive" -C / --overwrite
49
for f in /opt/hcpu/tests/*; do
50
[ -f "$f" ] && [ -x "$f" ] && "$f"
51
done
0 commit comments