Skip to content

Commit 36eeb97

Browse files
committed
fix
1 parent 6021f05 commit 36eeb97

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828

2929
# Debug
3030
- uses: actions/upload-artifact@v3
31-
with:
32-
name: dist
33-
path: ./dist/chrome/next/static/chunks/pages/_app-c09359bc4e5ca074.js
31+
with:
32+
name: dist
33+
path: ./dist/chrome/next/static/chunks/pages/_app-c09359bc4e5ca074.js
3434
- uses: actions/upload-artifact@v3
35-
with:
36-
name: tmp
37-
path: ./tmp/chrome/next/static/chunks/pages/_app-52f2c901f01c5d91.js
35+
with:
36+
name: tmp
37+
path: ./tmp/chrome/next/static/chunks/pages/_app-52f2c901f01c5d91.js
3838

3939
# Compare unzipped content
4040
- run: "diff -r ./tmp/chrome ./dist/chrome"

0 commit comments

Comments
 (0)