From 74fe42a7ffc540a352e82129debe762ffc4878e7 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Wed, 9 Mar 2022 21:37:22 -0800 Subject: [PATCH] why --- .github/workflows/ksp-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ksp-publish.yml b/.github/workflows/ksp-publish.yml index c18995c..3e20715 100644 --- a/.github/workflows/ksp-publish.yml +++ b/.github/workflows/ksp-publish.yml @@ -60,7 +60,7 @@ jobs: - name: Upload Unbundled Build uses: actions/upload-artifact@v3 with: - name: ${{ format("ConformalDecals-{0}-unbundled", env.VERSION_TITLE) }} + name: ${{ format('ConformalDecals-{0}-unbundled', env.VERSION_TITLE) }} path: | GameData/ConformalDecals README.md @@ -71,7 +71,7 @@ jobs: - name: Upload Bundled Build uses: actions/upload-artifact@v3 with: - name: ${{ format("ConformalDecals-{0}", env.VERSION_TITLE) }} + name: ${{ format('ConformalDecals-{0}', env.VERSION_TITLE) }} path: | GameData README.md