Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed May 24, 2024
1 parent c16f6a9 commit a1bae15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run electron:publish -- --platform=${{ matrix.name }} --arch=${{ matrix.arch }}
run: npm run publish -- --platform=${{ matrix.name }} --arch=${{ matrix.arch }}

0 comments on commit a1bae15

Please sign in to comment.