Skip to content

Commit 98ae0f2

Browse files
committed
- Fix wrong folder name
1 parent 963bc80 commit 98ae0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
uses: ./.github/actions/get-cc
178178
with:
179179
platform: Android
180-
dir: ./ColdClear
180+
dir: ./libAndroid
181181
- name: Build Android packages
182182
id: build-packages
183183
uses: love-actions/love-actions-android@v1
@@ -191,7 +191,7 @@ jobs:
191191
keystore-store-password: ${{ secrets.ANDROID_KEYSTORE_STOREPASSWORD }}
192192
love-package: ${{ env.CORE_LOVE_PACKAGE_PATH }}
193193
resource-path: ./.github/build/android/${{ env.BUILD_TYPE }}/res
194-
extra-assets: ./ColdClear/
194+
extra-assets: ./libAndroid/
195195
product-name: ${{ steps.process-app-name.outputs.product-name }}
196196
version-string: ${{ needs.get-info.outputs.version-string }}
197197
version-code: ${{ needs.get-info.outputs.version-code }}

0 commit comments

Comments
 (0)