From 9651acd37bf3573b6f8dca9151f65b2ea8d9135e Mon Sep 17 00:00:00 2001 From: unclekingpin Date: Thu, 18 May 2023 13:36:12 -0700 Subject: [PATCH] fix yaml syntax --- .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 cff001f66..3151839d7 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