From da0c559293b06a1d213a09a9ca4585d6448b7bc7 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 24 May 2021 09:33:42 -0400 Subject: [PATCH] artifact wildcard attempt #3 --- .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 7eb915fb..6822766f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -348,4 +348,4 @@ jobs: if: github.event_name == 'push' && matrix.goal != 'test' with: path: | - ./gam-$GAMVERSION-* + ./gam-${{ env.GAMVERSION }}-*