Skip to content

Commit 88c632a

Browse files
authored
Update release.yml
1 parent 1c0948e commit 88c632a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@ jobs:
6262
matrix:
6363
target: [Android] #Windows, Linux,
6464
include:
65-
#- os: windows-2019
66-
# target: Windows
67-
# build_target: windows
68-
# build_path: build\windows\runner\Release
69-
# asset_extension: .zip
70-
# asset_content_type: application/zip
71-
#- os: ubuntu-20.04
72-
# target: Linux
73-
# build_target: linux
74-
# build_path: build/linux/x64/release/bundle
75-
# asset_extension: .tar.gz
76-
# asset_content_type: application/gzip
65+
- os: windows-2019
66+
target: Windows
67+
build_target: windows
68+
build_path: build\windows\runner\Release
69+
asset_extension: .zip
70+
asset_content_type: application/zip
71+
- os: ubuntu-20.04
72+
target: Linux
73+
build_target: linux
74+
build_path: build/linux/x64/release/bundle
75+
asset_extension: .tar.gz
76+
asset_content_type: application/gzip
7777
- os: ubuntu-20.04
7878
target: Android
7979
build_target: apk

0 commit comments

Comments
 (0)