Skip to content

Commit

Permalink
Dont publish release bulids of bleeding edge (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee authored Jul 29, 2024
1 parent b1ad419 commit 6dba40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_gui_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
configuration: [Debug, Release]
configuration: [Debug]
bundled: [true]
singlefile: [true, false]

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
configuration: [Debug, Release]
configuration: [Debug]
bundled: [true]
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 6dba40a

Please sign in to comment.