File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 9090 GH_TOKEN : ${{ github.token }}
9191 REPOSITORY_OWNER : ${{ github.repository_owner }}
9292 REPOSITORY_NAME : ${{ github.event.repository.name }}
93+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
94+ with :
95+ pattern : documents
96+ - name : Upload documents to release
97+ run : |
98+ set -Eeuo pipefail
99+ gh release upload "${REF_NAME}" ./*.pdf
100+ env :
101+ GH_REPO : ${{ github.repository }}
102+ GH_TOKEN : ${{ github.token }}
93103 - name : Update package details in release
94104 run : |
95105 set -Eeuo pipefail
Original file line number Diff line number Diff line change 3333 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3434 with :
3535 name : documents
36- path : software-requirements-specification .pdf
36+ path : " * .pdf"
3737 retention-days : 2
You can’t perform that action at this time.
0 commit comments