We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b98873f + 5cc9622 commit 18c87c2Copy full SHA for 18c87c2
2 files changed
.github/workflows/deploy.yml
@@ -8,6 +8,7 @@ jobs:
8
deploy:
9
name: Deploy
10
runs-on: ubuntu-latest
11
+ if: github.repository == 'teaSummer/MCiSEE'
12
steps:
13
- name: Run remote commands
14
id: run
data/launcher.jsonc
@@ -34,8 +34,8 @@
34
},
35
{
36
"title": "Zalith Launcher 2",
37
- "download": "https://github.com/ZalithLauncher/ZalithLauncher2/releases/download/2.0.0_beta-20250908a/ZalithLauncher-2.0.0_beta-20250908a.apk",
38
- "version": "2.0.0_beta-20250908a",
+ "download": "https://github.com/ZalithLauncher/ZalithLauncher2/releases/download/2.0.0_beta-20250921a/ZalithLauncher-2.0.0_beta-20250921a.apk",
+ "version": "2.0.0_beta-20250921a",
39
"github": "https://github.com/ZalithLauncher/ZalithLauncher2",
40
"url": "https://zalithlauncher.cn/"
41
0 commit comments