Skip to content

Commit

Permalink
pack directory ethonline-2023-build-run-id #4
Browse files Browse the repository at this point in the history
  • Loading branch information
utgarda committed Oct 9, 2023
1 parent a9b89e0 commit 0f2d496
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,8 @@ jobs:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3

- run: ls -l

- run: ls -l ./ethonline-2023-build-${{ github.run_id }}

- name: Compress Build Artifact
run: tar -czf ethonline-2023-build-${{ github.run_id }}.tgz ./ethonline-2023-build-${{ github.run_id }}/frontend/dist
run: tar -czf ethonline-2023-build-${{ github.run_id }}.tgz ./ethonline-2023-build-${{ github.run_id }}

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

0 comments on commit 0f2d496

Please sign in to comment.