We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f94d4 commit 19b7023Copy full SHA for 19b7023
.github/workflows/build.yaml
@@ -107,8 +107,6 @@ jobs:
107
with:
108
name: ${{ env.ZIP_NAME }}
109
path: ${{ env.ZIP_NAME }}
110
- - name: Copy DESCRIPTION.en_us.html to release directory
111
- run: cp documentation/DESCRIPTION.en_us.html ${{ env.ZIP_NAME }}/DESCRIPTION.en_us.html
112
- name: Copy ARTICLE.en_us.html to release directory
113
run: cp documentation/ARTICLE.en_us.html ${{ env.ZIP_NAME }}/ARTICLE.en_us.html
114
continue-on-error: true
0 commit comments