Skip to content

Commit

Permalink
整理main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jun 26, 2024
1 parent 3791c6e commit 054450d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
cd soundbank/
curl --output Master.strings.bank "https://drive.usercontent.google.com/download?id=1-nQq5nDVdgKXxMVeai8edEQvX_AjoHZE&export=download&authuser=0"
curl --output Master.bank "https://drive.usercontent.google.com/download?id=1-oCw_l1RwvemRufYpsWiWe9dMEib2IxA&export=download&authuser=0"
curl --output Effect.bank "https://drive.usercontent.google.com/download?id=1-R4WCIlNrzaueCd5si8NXr3cs8kjfyrP&export=download&authuser=0"
# TODO: Google Drive may block the download with "may have virus" message
# curl --output Effect.bank "https://drive.usercontent.google.com/download?id=1-R4WCIlNrzaueCd5si8NXr3cs8kjfyrP&export=download&authuser=0"
# curl --output Music_FL.bank "https://drive.usercontent.google.com/download?id=1-RrNwooNnWoFQb-vLWoqvH4RFob3dNp9&export=download&authuser=0"
# curl --output Music_Extra.bank "https://drive.usercontent.google.com/download?id=1-jqmjTfJNK9re7C95NQ1Hy9JXiL77PEb&export=download&authuser=0"
# curl --output Music_Community.bank "https://drive.usercontent.google.com/download?id=1-LBH6DLHCNwT7imZi6K3XWYeGDG8rE8x&export=download&authuser=0"
Expand Down Expand Up @@ -567,14 +568,14 @@ jobs:
needs:
[
get-info,
auto-test,
build-core,
auto-test,
build-windows,
build-android,
# build-ios,
build-linux,
# build-ios,
# build-macos-appstore,
# build-macos-portable,
build-windows,
]
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 054450d

Please sign in to comment.