Skip to content

Commit

Permalink
fix(ci): Copy rendered template to release folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gteufelberger committed May 20, 2024
1 parent c2ff862 commit eb28a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
mkdir release
mv src/dacs-sw/control-station-installation/main.pdf release/sw-control-station-installation.pdf
mv src/dacs-sw/template/main.pdf release/sw-template.pdf
- name: Make release with PDFs
if: ${{ steps.tagpr.outputs.tag != '' }}
Expand Down

0 comments on commit eb28a4b

Please sign in to comment.