Skip to content

Commit

Permalink
Added x64 platform to publish companion app workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanForever authored Jan 30, 2022
1 parent 71d7d1e commit 527039a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs: create-draft-release
strategy:
matrix:
build-platform: ["x86"]
build-platform: ["x86", "x64"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 527039a

Please sign in to comment.