diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 589bf6c..4cf273d 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -26,6 +26,9 @@ jobs: - name: Install Dependencies run: npm install + - name: Set GRIDCAST_TOKEN for Electron Builder + run: echo "GH_TOKEN=${{ secrets.GRIDCAST_TOKEN }}" >> $GITHUB_ENV + - name: Build DMG for macOS (Both x64 and arm64) run: npm run build:macos