From 93028071619f6c65771b35f90ecd3aff5225b17e Mon Sep 17 00:00:00 2001 From: unclekingpin Date: Thu, 18 May 2023 13:35:06 -0700 Subject: [PATCH] use single quotes --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef66b06ae..cff001f66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build - destination_dir: ${{ github.ref_name != 'development' && github.ref_name || "") }} + destination_dir: ${{ github.ref_name != 'development' && github.ref_name || '') }} keep_files: true allow_empty_commit: true