Skip to content

Commit

Permalink
Add odt file to release instead of pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Sep 5, 2024
1 parent 0a0a3f4 commit 2e4c770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
files: |
psplink.zip
pspsh-windows.zip
release/psplink_manual.pdf
release/psplink_manual.odt
prerelease: true
name: "Development build"
tag_name: "latest"
Expand All @@ -96,7 +96,7 @@ jobs:
files: |
psplink.zip
pspsh-windows.zip
release/psplink_manual.pdf
release/psplink_manual.odt
tag_name: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2e4c770

Please sign in to comment.