From 6021f05923185ec1e8651b95730cf17261fc59d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haz=20=C3=86=2041?= <4405263+hazae41@users.noreply.github.com> Date: Wed, 8 May 2024 17:34:56 +0700 Subject: [PATCH] debug2 --- .github/workflows/release.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5533ac4d..a630feb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,8 +27,14 @@ jobs: - run: "npm ci && npm run build" # Debug - - run: "cat ./dist/chrome/next/static/chunks/pages/_app-c09359bc4e5ca074.js" - - run: "cat ./tmp/chrome/next/static/chunks/pages/_app-52f2c901f01c5d91.js" + - uses: actions/upload-artifact@v3 + 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 # Compare unzipped content - run: "diff -r ./tmp/chrome ./dist/chrome"