Skip to content

Commit d639db2

Browse files
committed
suggest docx uploads for prs
1 parent 37f8471 commit d639db2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,16 @@ jobs:
2929
uses: actions/upload-artifact@master
3030
if: ${{ github.event_name == 'pull_request' }}
3131
with:
32-
name: spec
32+
name: spec.pdf
3333
path: spec.pdf
3434

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+
3542
- name: Upload PDF and docx to release
3643
uses: svenstaro/upload-release-action@v2
3744
if: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)