From 41577433ce12e685be682d3438fb8f30d02fa2a3 Mon Sep 17 00:00:00 2001 From: ckhordiasma Date: Thu, 13 Jun 2024 23:15:11 -0400 Subject: [PATCH] Update build.yml fix typo --- .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 e0df531..544cf60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,5 +62,5 @@ jobs: GH_TOKEN: ${{ github.token }} run: > gh release create --latest --repo ${{github.repository}} - "r${{github.ref_name}}" ./artifacts/resumes/*/*.pdf ./artifacts/cover-letters/*/*.pdf + "${{github.ref_name}}" ./artifacts/resumes/*/*.pdf ./artifacts/cover-letters/*/*.pdf