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