File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177
177
uses : ./.github/actions/get-cc
178
178
with :
179
179
platform : Android
180
- dir : ./ColdClear
180
+ dir : ./libAndroid
181
181
- name : Build Android packages
182
182
id : build-packages
183
183
uses : love-actions/love-actions-android@v1
@@ -191,7 +191,7 @@ jobs:
191
191
keystore-store-password : ${{ secrets.ANDROID_KEYSTORE_STOREPASSWORD }}
192
192
love-package : ${{ env.CORE_LOVE_PACKAGE_PATH }}
193
193
resource-path : ./.github/build/android/${{ env.BUILD_TYPE }}/res
194
- extra-assets : ./ColdClear /
194
+ extra-assets : ./libAndroid /
195
195
product-name : ${{ steps.process-app-name.outputs.product-name }}
196
196
version-string : ${{ needs.get-info.outputs.version-string }}
197
197
version-code : ${{ needs.get-info.outputs.version-code }}
You can’t perform that action at this time.
0 commit comments