Skip to content

Commit 5bd4f68

Browse files
committed
Actually unzip.
1 parent 192d740 commit 5bd4f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
-o artifacts.zip
7373
- name: Extract assignment zips
7474
run: |
75-
unzip -l artifacts.zip
75+
unzip artifacts.zip
7676
tar -xvf artifact.tar
7777
mv knock-plus.zip www/main/code/
7878
- name: Archive www

0 commit comments

Comments
 (0)