File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 4646 with :
4747 name : jsar-runtime-windows
4848 path : ' ./build/output/release/x86_64-pc-windows-msvc'
49-
Original file line number Diff line number Diff line change @@ -100,23 +100,22 @@ jobs:
100100 runs-on : ubuntu-latest
101101 needs : [build-android, build-windows]
102102 steps :
103- - name : Download Windows artifact
104- uses : actions/download-artifact@v2
105- with :
106- name : jsar-runtime-windows
107- path : release/windows
108-
103+ - uses : actions/checkout@v3
109104 - name : Download Android artifact
110105 uses : actions/download-artifact@v2
111106 with :
112107 name : jsar-runtime-android
113- path : release/android
114-
108+ path : out/android
109+ - name : Download Windows artifact
110+ uses : actions/download-artifact@v2
111+ with :
112+ name : jsar-runtime-windows
113+ path : out/windows
115114 - name : Create Release
116115 uses : softprops/action-gh-release@v1
117116 with :
118117 files : |
119- release /*
118+ out /*
120119 repo_token : ${{ secrets.GITHUB_TOKEN }}
121120 tag_name : ${{ github.event.inputs.tag_name }}
122121 title : Release ${{ github.event.inputs.tag_name }}
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ if (APPLE)
166166elseif (ANDROID)
167167 set (TRANSMUTE_RELEASE_DEST aarch64-linux-android)
168168elseif (WIN32 )
169- set (TRANSMUTE_RELEASE_DEST x86_64-windows-msvc )
169+ set (TRANSMUTE_RELEASE_DEST x86_64-pc- windows-msvc )
170170endif ()
171171
172172# Install project's library
You can’t perform that action at this time.
0 commit comments