Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed May 8, 2024
1 parent 6021f05 commit 36eeb97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:

# Debug
- uses: actions/upload-artifact@v3
with:
name: dist
path: ./dist/chrome/next/static/chunks/pages/_app-c09359bc4e5ca074.js
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
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 36eeb97

Please sign in to comment.