Skip to content

Commit

Permalink
Actually unzip.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Nov 12, 2024
1 parent 192d740 commit 5bd4f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
-o artifacts.zip
- name: Extract assignment zips
run: |
unzip -l artifacts.zip
unzip artifacts.zip
tar -xvf artifact.tar
mv knock-plus.zip www/main/code/
- name: Archive www
Expand Down

0 comments on commit 5bd4f68

Please # to comment.