Skip to content

Commit 7ad1d9b

Browse files
committed
Rename in the docker.
1 parent 181cf5f commit 7ad1d9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
-w /workspaces/theBeamBook
3737
run: |
3838
make
39-
- name: Rename PDF
40-
run: |
41-
mv beam-book-a4.pdf beam-book.pdf
39+
mv beam-book-a4.pdf beam-book.pdf
40+
ls -al *.pdf
4241
4342
- name: Release PDF
4443
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)