Skip to content

Commit 6021f05

Browse files
committed
debug2
1 parent 96f1915 commit 6021f05

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/release.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@ jobs:
2727
- run: "npm ci && npm run build"
2828

2929
# Debug
30-
- run: "cat ./dist/chrome/next/static/chunks/pages/_app-c09359bc4e5ca074.js"
31-
- run: "cat ./tmp/chrome/next/static/chunks/pages/_app-52f2c901f01c5d91.js"
30+
- uses: actions/upload-artifact@v3
31+
with:
32+
name: dist
33+
path: ./dist/chrome/next/static/chunks/pages/_app-c09359bc4e5ca074.js
34+
- uses: actions/upload-artifact@v3
35+
with:
36+
name: tmp
37+
path: ./tmp/chrome/next/static/chunks/pages/_app-52f2c901f01c5d91.js
3238

3339
# Compare unzipped content
3440
- run: "diff -r ./tmp/chrome ./dist/chrome"

0 commit comments

Comments
 (0)