Skip to content

Commit

Permalink
Merge pull request #332 from LittleLightForDestiny/windows_workflow_fix
Browse files Browse the repository at this point in the history
updates msix
  • Loading branch information
joaopmarquesini authored Jan 8, 2024
2 parents 853d52a + c88cd80 commit 364ebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ jobs:

- name: Publish MSIX to the Microsoft Store
if: steps.variables.outputs.track == 'production'
run: msstore publish -v -i /build/windows/x64/runner/Release
run: msstore publish -v -i ./build/windows/x64/runner/Release


0 comments on commit 364ebc2

Please sign in to comment.