From c8a614b6b8fcd9f94b731996b892cd734c04bcaa Mon Sep 17 00:00:00 2001 From: Persune Date: Wed, 10 May 2023 22:50:56 +0800 Subject: [PATCH] forgot the dumb indent --- .github/workflows/build-release-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-artifact.yml b/.github/workflows/build-release-artifact.yml index 18743932..eda7fa31 100644 --- a/.github/workflows/build-release-artifact.yml +++ b/.github/workflows/build-release-artifact.yml @@ -1,7 +1,7 @@ name: build-artifact-publish on: release: - types: [published] + types: [published] jobs: build-matrix-publish: runs-on: windows-2022