From bc9ecfca03d0ac579744e43005c0c52e3b5ecf6a Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sat, 12 Feb 2022 20:35:55 +0700 Subject: [PATCH] pain --- .github/workflows/build-macos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index cd563927..57654cfa 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -99,8 +99,7 @@ jobs: - name: Add license to dmg run: | - npm install --global dmg-license --save-dev - dmg-license resources/license.json dist/*.dmg + npx dmg-license resources/license.json dist/*.dmg - name: Upload a Build Artifact uses: actions/upload-artifact@v2.2.3