We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f8471 commit d639db2Copy full SHA for d639db2
1 file changed
.github/workflows/actions.yml
@@ -29,9 +29,16 @@ jobs:
29
uses: actions/upload-artifact@master
30
if: ${{ github.event_name == 'pull_request' }}
31
with:
32
- name: spec
+ name: spec.pdf
33
path: spec.pdf
34
35
+ - name: Upload Word to PR
36
+ uses: actions/upload-artifact@master
37
+ if: ${{ github.event_name == 'pull_request' }}
38
+ with:
39
+ name: spec.docx
40
+ path: spec.docx
41
+
42
- name: Upload PDF and docx to release
43
uses: svenstaro/upload-release-action@v2
44
if: ${{ github.event_name == 'release' }}
0 commit comments