Skip to content

Commit 49cc43e

Browse files
committed
correct syntax (hopefully)
1 parent a362427 commit 49cc43e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-resume.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
version: latest
2727

2828
- name: Compile resume
29-
run: typst compile resume.typ $FILE
29+
run: typst compile resume.typ ${{ env.FILE }}
3030

3131
- name: Upload PDF artifact
3232
uses: actions/upload-artifact@v4
3333
with:
3434
name: resume-pdf
35-
path: $FILE
35+
path: ${{ env.FILE }}
3636
retention-days: 30
3737

3838
- name: Attach to Release

0 commit comments

Comments
 (0)