We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f1915 commit 6021f05Copy full SHA for 6021f05
.github/workflows/release.yml
@@ -27,8 +27,14 @@ jobs:
27
- run: "npm ci && npm run build"
28
29
# 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"
+ - uses: actions/upload-artifact@v3
+ with:
32
+ name: dist
33
+ path: ./dist/chrome/next/static/chunks/pages/_app-c09359bc4e5ca074.js
34
35
36
+ name: tmp
37
+ path: ./tmp/chrome/next/static/chunks/pages/_app-52f2c901f01c5d91.js
38
39
# Compare unzipped content
40
- run: "diff -r ./tmp/chrome ./dist/chrome"
0 commit comments