Skip to content

Commit 3a14fbb

Browse files
authored
Update publish-pdf.yml
1 parent 3379a14 commit 3a14fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Create PDF release
2424
run: |
2525
echo $GITHUB_RUN_NUMBER > version.txt
26-
mv main.pdf cnf-best-practices.pdf
26+
mv main.pdf cnf-best-practices-guide.pdf
2727
gh release create v2.0.$GITHUB_RUN_NUMBER cnf-best-practices.pdf
2828
2929
env:

0 commit comments

Comments
 (0)