Skip to content

Commit

Permalink
Update build-msix-pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertK66 authored Aug 11, 2023
1 parent 8045b8d commit 193fc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-msix-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- name: Check Release Condition
run: echo "This build will be released as '${{ vars.REL_VERSION }}'."
if: ${{ vars.REL_VERSION }} != ""
if: ${{ vars.REL_VERSION }} != 0

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 193fc1a

Please sign in to comment.