Skip to content

Commit 0d43e08

Browse files
committed
fix: fixed workflow for macos build
1 parent 74678aa commit 0d43e08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-dmg-qt6-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
path: ${{ env.DMG_NAME }}
138138

139139
- name: Create or update GitHub Release and upload DMG
140-
if: false() # Temporarily disable release creation until we have a stable release process in place
140+
if: false # Temporarily disable release creation until we have a stable release process in place
141141
# if: success() && github.event_name == 'push' && github.ref_type == 'tag'
142142
uses: softprops/action-gh-release@v2
143143
with:

0 commit comments

Comments
 (0)