Skip to content

Commit

Permalink
版本推进
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Jun 15, 2023
1 parent d31954d commit b5cd0be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ jobs:
build-android:
runs-on: ubuntu-latest
needs: [get-info, build-core, auto-test]
# if: github.event_name != 'pull_request'
if: ${{ !always() }}
if: github.event_name != 'pull_request'
env:
OUTPUT_FOLDER: ./build
RELEASE_FOLDER: ./release
Expand Down Expand Up @@ -217,8 +216,7 @@ jobs:
build-ios:
runs-on: macos-latest
needs: [get-info, build-core, auto-test]
# if: github.event_name != 'pull_request'
if: ${{ !always() }}
if: github.event_name != 'pull_request'
env:
OUTPUT_FOLDER: ./build
RELEASE_FOLDER: ./release
Expand Down Expand Up @@ -299,7 +297,6 @@ jobs:
build-linux:
runs-on: ubuntu-latest
needs: [get-info, build-core, auto-test]
if: ${{ !always() }}
env:
OUTPUT_FOLDER: ./build
RELEASE_FOLDER: ./release
Expand Down Expand Up @@ -383,8 +380,7 @@ jobs:
build-macos-appstore:
runs-on: macos-latest
needs: [get-info, build-core, auto-test]
# if: github.event_name != 'pull_request'
if: ${{ !always() }}
if: github.event_name != 'pull_request'
env:
OUTPUT_FOLDER: ./build
RELEASE_FOLDER: ./release
Expand Down Expand Up @@ -468,8 +464,7 @@ jobs:
build-macos-portable:
runs-on: macos-latest
needs: [get-info, build-core, auto-test]
# if: github.event_name != 'pull_request'
if: ${{ !always() }}
if: github.event_name != 'pull_request'
env:
OUTPUT_FOLDER: ./build
RELEASE_FOLDER: ./release
Expand Down Expand Up @@ -565,7 +560,6 @@ jobs:
build-windows:
runs-on: windows-latest
needs: [get-info, build-core, auto-test]
if: ${{ !always() }}
env:
OUTPUT_FOLDER: ./build
RELEASE_FOLDER: ./release
Expand Down Expand Up @@ -671,7 +665,6 @@ jobs:
env:
ACTION_TYPE: ${{ fromJSON('[["Development", "Pre-release"], ["Release", "Release"]]')[startsWith(github.ref, 'refs/tags/v')][startsWith(github.ref, 'refs/tags/pre')] }}
steps:
- uses: actions/checkout@v3
- name: Cleanup
uses: geekyeggo/delete-artifact@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions version.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return {
["apkCode"]=458,
["code"]=1714,
["string"]="V0.17.14",
["apkCode"]=1715,
["code"]=1715,
["string"]="V0.17.15",
["room"]="ver A-9",
["name"]="暂停 Break",
}

0 comments on commit b5cd0be

Please sign in to comment.