Skip to content

Commit d924a94

Browse files
committed
Use new GH release action.
1 parent c229ec3 commit d924a94

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ jobs:
3636
-w /workspaces/theBeamBook
3737
run: |
3838
make
39+
- name: Rename PDF
40+
run: |
41+
mv beam-a4-book.pdf beam-book.pdf
3942
4043
- name: Release PDF
4144
if: github.ref == 'refs/heads/master'
42-
uses: softprops/action-gh-release@v0.1.14
45+
uses: softprops/action-gh-release@v2
4346
with:
4447
tag_name: latest
4548
files: |
46-
beam-book-a4.pdf
49+
beam-book.pdf

0 commit comments

Comments
 (0)