Skip to content

Commit

Permalink
ci(msix): always skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
eythaann committed Aug 14, 2024
1 parent 0558673 commit 78482ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
upload-store-msix-to-release:
name: Upload Signed MSIX to release
needs: check-msix
if: needs.check-msix.outputs.MSIX_ALREADY_EXIST == 'false'
if: ${{ needs.check-msix.outputs.MSIX_ALREADY_EXIST == 'false' }}
runs-on: ubuntu-latest
steps:
- name: Upload store MSIX to release
Expand Down

0 comments on commit 78482ec

Please sign in to comment.