Skip to content

Commit

Permalink
Fix accidental snapshot version on windows
Browse files Browse the repository at this point in the history
For real this time

Issue: #428
  • Loading branch information
mlopatkin committed Jan 26, 2025
1 parent 95d80dc commit c04953b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/releasing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
--no-daemon
--stacktrace
windowsInstallers
env:
LOGVIEW_SNAPSHOT_BUILD: true
- name: Add Windows Installers to release
if: ${{ success() }}
shell: bash
Expand Down Expand Up @@ -192,6 +194,8 @@ jobs:
--no-daemon
--stacktrace
windowsInstallers
env:
LOGVIEW_SNAPSHOT_BUILD: false
- name: Add Windows Installers to release
if: ${{ success() }}
shell: bash
Expand Down

0 comments on commit c04953b

Please sign in to comment.