Skip to content

Commit

Permalink
Adding GM sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristofferDahlen committed Jul 19, 2024
1 parent 92f002d commit 95c3471
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build Latex Document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
root_file: |
CheatSheet_Player.tex
CheatSheet_Player_LS.tex
CheatSheet_GM.tex
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/Create Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
root_file: |
CheatSheet_Player.tex
CheatSheet_Player_LS.tex
CheatSheet_GM.tex
- name: Release
uses: softprops/action-gh-release@v2
with:
make_latest: true
files: |
src/CheatSheet_Player.pdf
src/CheatSheet_Player_LS.pdf
src/CheatSheet_Player_LS.pdf
src/CheatSheet_GM.pdf
Loading

0 comments on commit 95c3471

Please sign in to comment.