Skip to content

Commit

Permalink
ci补一些注释
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jun 28, 2024
1 parent 0cf1183 commit 8682770
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
curl --output Master.strings.bank "https://26f.xn--dtra.com/d/Master.strings.bank"
curl --output Master.bank "https://26f.xn--dtra.com/d/Master.bank"
curl --output Effect.bank "https://26f.xn--dtra.com/d/Effect.bank"
# Need to be enabled for release only
# curl --output Music_Beepbox.bank "https://26f.xn--dtra.com/d/Music_Beepbox.bank"
# curl --output Music_FL.bank "https://26f.xn--dtra.com/d/Music_FL.bank"
# curl --output Music_Community.bank "https://26f.xn--dtra.com/d/Music_Community.bank"
Expand Down Expand Up @@ -222,6 +223,11 @@ jobs:
uses: actions/download-artifact@v3
with:
name: ${{ env.CORE_LOVE_ARTIFACT_NAME }}
# - name: Download fmod lib
# Two .so files are in .github/build/libFMOD/Android/
# Need to put them into the love package, besides the liblove.so (for each architecture)
# TODO: ??????????????????????????
# TODO: ??????????????????????????
- name: Build Android packages
id: build-packages
uses: 26F-Studio/love-actions-android@v1
Expand Down Expand Up @@ -572,9 +578,9 @@ jobs:
build-windows,
build-android,
build-linux,
# build-ios,
# build-macos-appstore,
# build-macos-portable,
# build-ios, # Dear [censored],
# build-macos-appstore, # Thank you for your appreciation.
# build-macos-portable, # Sincerely, [International Tetris Community]
]
env:
ACTION_TYPE: ${{ fromJSON('[["Development", "Pre-release"], ["Release", "Release"]]')[startsWith(github.ref, 'refs/tags/v')][startsWith(github.ref, 'refs/tags/pre')] }}
Expand Down

0 comments on commit 8682770

Please sign in to comment.