We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba10201 commit 6e54a90Copy full SHA for 6e54a90
.github/workflows/actions.yml
@@ -26,16 +26,13 @@ jobs:
26
output-pdf: spec.pdf
27
output-docx: spec.docx
28
29
- - name: Upload to PR
+ - name: Upload PDF to PR
30
uses: actions/upload-artifact@master
31
if: ${{ github.event_name == 'pull_request' }}
32
with:
33
- name: preview
34
- path: |
35
- spec.pdf
36
- spec.docx
+ path: spec.pdf
37
38
- - name: Upload to release
+ - name: Upload PDF and docx to release
39
uses: svenstaro/upload-release-action@v2
40
if: ${{ github.event_name == 'release' }}
41
0 commit comments