Skip to content

Commit

Permalink
tar gzip artifact #4
Browse files Browse the repository at this point in the history
  • Loading branch information
utgarda committed Oct 9, 2023
1 parent 948e662 commit 4c56e54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:

- run: ls -l

- run: ls -l ./profitpals-dist-${{ github.run_id }}

- name: Compress Build Artifact
run: tar -czf profitpals-dist-${{ github.run_id }}.tgz ${{ github.workspace }}/frontend/dist
run: tar -czf profitpals-dist-${{ github.run_id }}.tgz ./profitpals-dist-${{ github.run_id }}/frontend/dist

- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit 4c56e54

Please sign in to comment.