Skip to content

Commit e6980eb

Browse files
committed
actions fix
1 parent 6a1e93c commit e6980eb

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

.github/workflows/deployment.yml

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,34 @@ jobs:
4545
with:
4646
folder: artifacts/web
4747

48-
- name: Create Release
49-
uses: actions/create-release@v1
48+
- name: Release
49+
uses: softprops/action-gh-release@v1
5050
with:
51-
release_name: ${{ github.ref_name }}
52-
tag_name: ${{ github.ref_name }}
51+
files: |
52+
apk
53+
msi
5354
54-
- name: Upload Release APK
55-
uses: actions/upload-release-asset@v1.1.3
56-
with:
57-
upload_url: ${{ steps.create_release.outputs.upload_url }}
58-
asset_path: apk/tetris-mp-release.apk
59-
#asset_name: ${{ github.event.repository.name }}.apk
60-
asset_content_type: application/zip
61-
62-
- name: Upload Msi
63-
uses: actions/upload-release-asset@v1.1.3
64-
with:
65-
upload_url: ${{ steps.create_release.outputs.upload_url }}
66-
asset_path: msi
67-
#asset_name: ${{ github.event.repository.name }}.apk
68-
asset_content_type: application/zip
55+
# - name: Create Release
56+
# uses: actions/create-release@v1
57+
# with:
58+
# release_name: ${{ github.ref_name }}
59+
# tag_name: ${{ github.ref_name }}
60+
#
61+
# - name: Upload Release APK
62+
# uses: actions/upload-release-asset@v1.1.3
63+
# with:
64+
# upload_url: ${{ steps.create_release.outputs.upload_url }}
65+
# asset_path: apk/tetris-mp-release.apk
66+
# #asset_name: ${{ github.event.repository.name }}.apk
67+
# asset_content_type: application/zip
68+
#
69+
# - name: Upload Msi
70+
# uses: actions/upload-release-asset@v1.1.3
71+
# with:
72+
# upload_url: ${{ steps.create_release.outputs.upload_url }}
73+
# asset_path: msi
74+
# #asset_name: ${{ github.event.repository.name }}.apk
75+
# asset_content_type: application/zip
6976

7077
# release:
7178
# needs: build

0 commit comments

Comments
 (0)