Skip to content

Commit

Permalink
Unzip, extract, and move into web page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Nov 12, 2024
1 parent 1753cac commit 192d740
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ jobs:
$download_url \
-o artifacts.zip
- name: Extract assignment zips
if: success()
run: |
unzip -l artifacts.zip
# tar -xvf artifact.tar
# mv knock-plus.zip www/main/
tar -xvf artifact.tar
mv knock-plus.zip www/main/code/
- name: Archive www
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 192d740

Please sign in to comment.