Skip to content

Commit

Permalink
- Use cold_clear_ai_love2d_wrapper 11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 6, 2024
1 parent 36001d1 commit d38f658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
BUILD_ASSETS_FOLDER: ./.github/build
BUILD_TYPE: ${{ fromJSON('["dev", "release"]')[startsWith(github.ref, 'refs/tags/v')] }}
COLD_CLEAR_DOWNLOAD_URL: https://github.com/26F-Studio/cold_clear_ai_love2d_wrapper/releases/download/11.4
COLD_CLEAR_DOWNLOAD_URL: https://github.com/26F-Studio/cold_clear_ai_love2d_wrapper/releases/download/11.5
CORE_LOVE_ARTIFACT_NAME: core_love_package
CORE_LOVE_PACKAGE_PATH: ./core.love

Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
dir: ${{ env.COLD_CLEAR_FOLDER }}
- name: Build Android packages
id: build-packages
uses: love-actions/love-actions-android@main
uses: love-actions/love-actions-android@v2
with:
app-name: ${{ needs.get-info.outputs.app-name }}
bundle-id: ${{ steps.process-app-name.outputs.bundle-id }}
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
mv ./x64/CCloader.so ./lib/lua/5.1
- name: Build Linux packages
id: build-packages
uses: love-actions/love-actions-linux@v1
uses: love-actions/love-actions-linux@v2
with:
app-name: ${{ needs.get-info.outputs.app-name }}
bundle-id: ${{ steps.process-app-name.outputs.bundle-id }}
Expand Down

0 comments on commit d38f658

Please sign in to comment.