From 36eeb97914e3650c2e6d22767d0ce4d6c9273cb6 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:38:08 +0700 Subject: [PATCH] fix --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a630feb8..6d8cef5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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"