From 1de2833ac91ba8a3fe2c14272f4c0cb04ab68bdd Mon Sep 17 00:00:00 2001 From: AmeKnite <104745335+ameknite@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:10:26 -0600 Subject: [PATCH] fix env publish_to defaults --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dba15b3..5551b2c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ env: # Releases # Valid platforms: releases(github_releases), itchio, pages(github_pages) - publish_to: "github_releases, itchio, github_pages" + publish_to: "github_releases" # Itch.io configuration # itchio_target is REQUIRED for publish to itch.io to work.