Skip to content

Commit a2b6e5e

Browse files
committed
don't replace releases
1 parent 5cccb37 commit a2b6e5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
tag: nightly
5959
release: nightly
6060
prerelease: false
61-
replace: true
61+
replace: false
6262
files: ../openFrameworks/apps/projectGenerator/projectGenerator-osx.zip ../openFrameworks/apps/projectGenerator/projectGenerator-ios.zip

.github/workflows/build-vs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
tag: nightly
6363
release: nightly
6464
prerelease: false
65-
replace: true
65+
replace: false
6666
files: ../openFrameworks/apps/projectGenerator/commandLine/bin/projectGenerator-vs.zip

0 commit comments

Comments
 (0)