Skip to content

Commit

Permalink
actions: upload build
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Oct 28, 2021
1 parent 6f618f3 commit cc9d281
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ jobs:
- name: Test build
run: |
./update.py --parallel 4 --verbose --destdir=/tmp/web
- name: Archive build output
uses: actions/upload-artifact@v2
with:
name: build
path: /tmp/web
retention-days: 14

0 comments on commit cc9d281

Please sign in to comment.