Skip to content

Commit 8be962a

Browse files
committed
test until upload release
1 parent 5b423cb commit 8be962a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ jobs:
144144
run: sleep 60
145145
shell: bash
146146

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
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
157157

0 commit comments

Comments
 (0)