Skip to content

Commit

Permalink
Skip asset build for AppX steps
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos authored Jan 5, 2024
1 parent 0c666c9 commit ba398ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
path: dist/*.exe

- name: Build x64 AppX
run: npm run appx
run: npm exec electron-builder -- --x64 --win appx --config.extraMetadata.version="${{ steps.info.outputs.version }}+${{ github.sha }}" --config.win.artifactName="Twinkle Tray v${{ steps.info.outputs.version }}-store.appx"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -72,7 +72,7 @@ jobs:
path: dist/*-store.appx

- name: Build ARM64 AppX
run: npm run appx-arm64
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"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ba398ff

Please sign in to comment.