Skip to content

Commit

Permalink
fix contest package zip
Browse files Browse the repository at this point in the history
  • Loading branch information
verwoerd committed Oct 21, 2024
1 parent e83c320 commit c280c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_logos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cd ${{ github.workspace }}/out
rm contest-package.zip
cd contest-package
zip -r ../contest-package.zip contest-package
zip -r ../contest-package.zip *
cd ${{ github.workspace }}
- uses: actions/upload-artifact@v4
if: github.ref != 'refs/heads/main'
Expand Down

0 comments on commit c280c7e

Please sign in to comment.