We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b423cb commit 8be962aCopy full SHA for 8be962a
1 file changed
.github/workflows/ci.yml
@@ -144,14 +144,14 @@ jobs:
144
run: sleep 60
145
shell: bash
146
147
- #- name: Upload release
148
- # uses: softprops/action-gh-release@v1
149
- # with:
150
- # name: ${{ env.RELEASE_NAME }}
151
- # tag_name: ${{ env.RELEASE_TAGNAME }}
152
- # fail_on_unmatched_files: true
153
- # files: |
154
- # artifacts/${{PROJECT_NAME}}_*_Linux.zip
155
- # artifacts/${{PROJECT_NAME}}_*_Windows.zip
156
- # artifacts/${{PROJECT_NAME}}_*_macOS.zip
+ - name: Upload release
+ uses: softprops/action-gh-release@v1
+ with:
+ name: ${{ env.RELEASE_NAME }}
+ tag_name: ${{ env.RELEASE_TAGNAME }}
+ fail_on_unmatched_files: true
+ files: |
+ artifacts/${{PROJECT_NAME}}_*_Linux.zip
+ artifacts/${{PROJECT_NAME}}_*_Windows.zip
+ artifacts/${{PROJECT_NAME}}_*_macOS.zip
157
0 commit comments