We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1306b3 commit be08067Copy full SHA for be08067
.github/workflows/release.yml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: Package Electron app
32
run: npm run build:${{ matrix.os == 'windows-latest' && 'win' || (matrix.os == 'macos-latest' && 'mac' || 'linux') }}
33
+ env:
34
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
36
- name: Upload build artifacts
37
uses: actions/upload-artifact@v4
0 commit comments