From 3b57585d8f43b8c20e49880470153c5231795bd0 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Wed, 27 Dec 2023 14:50:10 +0200 Subject: [PATCH] Fix typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31e4358..3036040 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: path: build/distributions/*_GhidraBoy.zip if-no-files-found: 'error' release: - if: github.ref_type == "tag" + if: github.ref_type == 'tag' name: Create draft release runs-on: ubuntu-latest needs: build_and_test