Skip to content

Commit 0558a46

Browse files
authored
Update publish-pdf.yml
1 parent ef70621 commit 0558a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Create PDF release
2424
run: |
2525
echo $GITHUB_RUN_NUMBER > version.txt
26-
mv main.pdf cnf-best-practices.pdf
27-
gh release create v2.0.$GITHUB_RUN_NUMBER cnf-best-practices.pdf
26+
mv main.pdf cnf-best-practices-guide.pdf
27+
gh release create v2.0.$GITHUB_RUN_NUMBER cnf-best-practices-guide.pdf
2828
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)