File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54
54
55
55
- name : Build Win32 installer
56
- run : npm exec electron-builder -- --x64 --config.extraMetadata.version="${{ steps.info.outputs.version }}+${{ github.sha }}" --config.win.artifactName="Twinkle Tray v${{ steps.info.outputs.version }}.exe"
56
+ run : npm exec electron-builder -- --x64 --config.extraMetadata.version="${{ steps.info.outputs.version }}+${{ github.sha }}" --config.win.artifactName="Twinkle. Tray. v${{ steps.info.outputs.version }}.exe"
57
57
env :
58
58
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59
59
65
65
66
66
- name : Build x64 AppX
67
67
if : ${{ env.BRANCH_NAME == 'master' || env.BRANCH_NAME == 'ci-test' }}
68
- run : npm exec electron-builder -- --x64 --win appx --config.npmRebuild=false --config.extraMetadata.version="${{ steps.info.outputs.version }}+${{ github.sha }}" --config.win.artifactName="Twinkle Tray v${{ steps.info.outputs.version }}-store.appx"
68
+ run : npm exec electron-builder -- --x64 --win appx --config.npmRebuild=false --config.extraMetadata.version="${{ steps.info.outputs.version }}+${{ github.sha }}" --config.win.artifactName="Twinkle. Tray. v${{ steps.info.outputs.version }}-store.appx"
69
69
env :
70
70
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71
71
78
78
79
79
- name : Build ARM64 AppX
80
80
if : ${{ env.BRANCH_NAME == 'master' || env.BRANCH_NAME == 'ci-test' }}
81
- run : npm exec electron-builder -- --arm64 --win appx --config.extraMetadata.version="${{ steps.info.outputs.version }}+${{ github.sha }}" --config.win.artifactName="Twinkle Tray v${{ steps.info.outputs.version }}-store-arm64.appx"
81
+ run : npm exec electron-builder -- --arm64 --win appx --config.extraMetadata.version="${{ steps.info.outputs.version }}+${{ github.sha }}" --config.win.artifactName="Twinkle. Tray. v${{ steps.info.outputs.version }}-store-arm64.appx"
82
82
env :
83
83
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
84
84
You can’t perform that action at this time.
0 commit comments