We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75abe7e commit 998cda9Copy full SHA for 998cda9
.github/workflows/main.yml
@@ -74,7 +74,7 @@ jobs:
74
name: Deploy MagickViewer
75
runs-on: windows-2022
76
needs: build
77
- #if: needs.build.outputs.has-tag == 'true'
+ if: needs.build.outputs.has-tag == 'true'
78
steps:
79
- name: Download ClickOnce artifacts
80
uses: actions/download-artifact@v4
0 commit comments