Skip to content

Commit e7bc45a

Browse files
committed
Fixed CI output filename
1 parent 36383fb commit e7bc45a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454

5555
- 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"
5757
env:
5858
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959

@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Build x64 AppX
6767
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"
6969
env:
7070
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171

@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Build ARM64 AppX
8080
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"
8282
env:
8383
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484

0 commit comments

Comments
 (0)