Skip to content

Commit

Permalink
adds upload of pdf to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Bökelmann committed Nov 28, 2023
1 parent 84e33f6 commit b3f4750
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,11 @@ jobs:
name: Compiled-PDF
path: OmniView.pdf

release:
needs: build
runs-on: ubuntu-latest
steps:
- name: Download Artifact
uses: actions/download-artifact@v2
with:
name: Compiled-PDF

- name: Create Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: Compiled-PDF/OmniView.pdf
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
files: OmniView.pdf
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b3f4750

Please sign in to comment.