Skip to content

Commit 265731e

Browse files
committed
CI: Fix syntax
1 parent 34857b5 commit 265731e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --package opencloud/opencloud-desktop
174174
175175
- name: Package Appx
176-
if: matrix.os != 'windows-latest' && github.event_name != 'pull_request'
176+
if: ${{ matrix.os != 'windows-latest' && github.event_name != 'pull_request' }}
177177
run: |
178178
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --package --options "[Packager]PackageType=AppxPackager" opencloud/opencloud-desktop
179179

0 commit comments

Comments
 (0)