Skip to content

Commit

Permalink
Added debug to edge.yml
Browse files Browse the repository at this point in the history
- Attempting to see the size of the uploaded file
  • Loading branch information
ErisDS authored Jan 7, 2025
1 parent dc7ca01 commit 2576769
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
api-url: ${{ secrets.EDGE_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.EDGE_GHOST_ADMIN_API_KEY }}
working-directory: packages/edge
- name: Output File Size
run: |
FILE_SIZE=$(stat --printf="%s" /home/runner/work/Themes/Themes/packages/edge/edge.zip)
echo "File size: ${FILE_SIZE} bytes"
subtree:
name: Subtree
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2576769

Please sign in to comment.