diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 92bf2ce..d4e227e 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -23,6 +23,8 @@ jobs: - name: Build Windows run: npm run dist:win + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Windows artifacts uses: actions/upload-artifact@v4 @@ -46,6 +48,8 @@ jobs: - name: Build Linux run: npm run dist:linux + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Linux artifacts uses: actions/upload-artifact@v4