We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6021f05 commit 36eeb97Copy full SHA for 36eeb97
.github/workflows/release.yml
@@ -28,13 +28,13 @@ jobs:
28
29
# Debug
30
- uses: actions/upload-artifact@v3
31
- with:
32
- name: dist
33
- path: ./dist/chrome/next/static/chunks/pages/_app-c09359bc4e5ca074.js
+ with:
+ name: dist
+ 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
+ name: tmp
+ 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