diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 57dcea7..6a49b8c 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -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