This repository was archived by the owner on May 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 2828 npm run postinstall
2929 npm run build
3030 npm run test
31- # - name: Build/release Electron app
32- # uses: samuelmeuli/action-electron-builder@v1
33- # with:
34- # # GitHub token, automatically provided to the action
35- # # (No need to define this secret in the repo settings)
36- # github_token: ${{ secrets.github_token }}
37-
38- - name : Publish releases
39- env :
40- # These values are used for auto updates signing
41- APPLE_ID : ${{ secrets.APPLE_ID }}
42- APPLE_ID_PASS : ${{ secrets.APPLE_ID_PASS }}
43- # CSC_LINK: ${{ secrets.CSC_LINK }}
44- # CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
45- # This is used for uploading release assets to github
46- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47- run : |
48- npm exec electron-builder -- --publish always --win --mac --linux
31+ - name : Build/release Electron app
32+ uses : samuelmeuli/action-electron-builder@v1
33+ with :
34+ # GitHub token, automatically provided to the action
35+ # (No need to define this secret in the repo settings)
36+ github_token : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments