Skip to content

Commit 9166f7c

Browse files
committed
Fix workflow
1 parent 02d7796 commit 9166f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mainline-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ls -la artifacts
4646
file artifacts/*.tar.gz
4747
for archive in artifacts/*.tar.gz; do
48-
tar -xpf "$subarchive" -C / --overwrite
48+
tar -xpf "$archive" -C / --overwrite
4949
for f in /opt/hcpu/tests/*; do
5050
[ -f "$f" ] && [ -x "$f" ] && "$f"
5151
done

0 commit comments

Comments
 (0)