From 37769ef1e18558aab63ecff422f5d8d1833e2dca Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 11 Jan 2022 23:53:51 +0200 Subject: [PATCH] Check out this one little trick that software developers really hate --- .github/workflows/ballfield.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ballfield.yml b/.github/workflows/ballfield.yml index 8bd212be5..e38963866 100644 --- a/.github/workflows/ballfield.yml +++ b/.github/workflows/ballfield.yml @@ -85,6 +85,6 @@ jobs: # Github actions is dumb and won't let you download single files from artifacts, so break up the artifacts instead - uses: actions/upload-artifact@v2 with: - name: ${APP_NAME} + name: ${{env.APP_NAME}} path: upload if-no-files-found: error