Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 10, 2023
1 parent 9763d72 commit 4b29831
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Pack assets
run: |
tar -czf frontend.tar.gz dist
tar -czJf frontend.tar.xz frontend/dist
- name: Upload assets
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: frontend
path: frontend.tar.gz
path: frontend.tar.xz

0 comments on commit 4b29831

Please sign in to comment.