Skip to content

Commit

Permalink
5.6.19 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
exentrich committed Jan 18, 2024
1 parent 6e4eb4e commit c5225d2
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 1,361 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
run: npm run build:mac --publish always
run: npm run build:mac -- --publish always
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: npm run build:linux --publish never
run: npm run build:linux -- --publish never

- name: publish
uses: snapcore/action-publish@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: npm run build:win --publish always
run: npm run build:win -- --publish always

# - name: Publish to Store
# uses: isaacrlevin/windows-store-action@1.0
Expand Down
Loading

0 comments on commit c5225d2

Please sign in to comment.