Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed May 8, 2024
1 parent 96f1915 commit 6021f05
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ jobs:
- run: "npm ci && npm run build"

# Debug
- run: "cat ./dist/chrome/next/static/chunks/pages/_app-c09359bc4e5ca074.js"
- run: "cat ./tmp/chrome/next/static/chunks/pages/_app-52f2c901f01c5d91.js"
- uses: actions/upload-artifact@v3
with:
name: dist
path: ./dist/chrome/next/static/chunks/pages/_app-c09359bc4e5ca074.js
- uses: actions/upload-artifact@v3
with:
name: tmp
path: ./tmp/chrome/next/static/chunks/pages/_app-52f2c901f01c5d91.js

# Compare unzipped content
- run: "diff -r ./tmp/chrome ./dist/chrome"
Expand Down

0 comments on commit 6021f05

Please sign in to comment.