Skip to content

Commit

Permalink
Un-fix double zip (because otherwise upload is really slow)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelsl committed Aug 16, 2020
1 parent 03d7a59 commit 27ad596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ jobs:
tar jxf build.tar.bz2
cd build
tar jxf ../xvfb.tar.bz2
zip -r ../grader.zip *
- uses: actions/upload-artifact@v2
with:
name: grader
path: build
path: grader.zip
if-no-files-found: error
- uses: geekyeggo/delete-artifact@v1
with:
failOnError: false
Expand Down

0 comments on commit 27ad596

Please sign in to comment.