Skip to content

Commit 5ae530a

Browse files
committed
improve tarball
#1
1 parent eea3171 commit 5ae530a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/latex.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ jobs:
6161
# get the name of the repo without the organisation
6262
name: ${{ steps.repo_name.outputs.prefixwithref }}
6363
path: |
64-
./
64+
./*.tex
65+
./*.bbl
66+
./readme.*
67+
./img-compressed-* # Include only img-compressed-* files
68+
./img*.pdf # Include all img* files
69+
!./img*.png # Exclude all other img* files
6570
!./.git*
6671
!./.github*
6772
!./.vscode*

0 commit comments

Comments
 (0)