Skip to content

Commit

Permalink
Flat tar.gz files
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Feb 19, 2021
1 parent 37890b1 commit 238a0e9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,14 @@ jobs:
cp backend/package.json output
cp LICENSE.md output
tar -czvf home-panel-backend.tar.gz backend/lib
tar -czvf home-panel-frontend.tar.gz frontend/build
tar -czvf home-panel.tar.gz output
cd backend/lib
tar -czvf ../../home-panel-backend.tar.gz *
cd ../../frontend/build
tar -czvf ../../home-panel-frontend.tar.gz *
cd ../../output
tar -czvf ../home-panel.tar.gz *
- name: ⬆ Backend - Upload Artifacts to Release
uses: fnkr/github-action-ghr@v1
env:
Expand Down

0 comments on commit 238a0e9

Please sign in to comment.