Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 4a263f8

Browse files
committed
update release
1 parent b651d04 commit 4a263f8

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ jobs:
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 }}
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 }}
3737

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
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

assets/entitlements.mac.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
<true/>
77
<key>com.apple.security.cs.allow-jit</key>
88
<true/>
9+
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
10+
<true/>
911
</dict>
1012
</plist>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@
252252
],
253253
"publish": {
254254
"provider": "github",
255-
"owner": "electron-react-boilerplate",
256-
"repo": "electron-react-boilerplate"
255+
"owner": "codiga",
256+
"repo": "electron-app"
257257
}
258258
},
259259
"devEngines": {

0 commit comments

Comments
 (0)