Skip to content

Commit

Permalink
Update Create Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NightRainMilkyWay authored Oct 6, 2024
1 parent c933ee1 commit 85e8b5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Create Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
- name: Update VERSION
run: |
VERSIONCODE="${{ env.VERSIONCODE }}"
VERSION="${{ env.VERSION }}"
echo '{
"versionCode": ${ERSIONCODE},
"versionCode": ${VERSIONCODE},
"version": "${VERSION}",
"zipUrl": "https://github.moeyy.xyz/https://github.com/TimeBreeze/Tritium/releases/download/${VERSION}/Magisk_${VERSION}.zip",
"changelog": "https://github.moeyy.xyz/https://github.com/TimeBreeze/Tritium/blob/main/Tritium.json"
Expand All @@ -36,7 +38,7 @@ jobs:
echo '{
id=ct_module
name=Tritium Scheduler
version=${ERSIONCODE}
version=${VERSIONCODE}
versionCode=
author=Suni
description=Power By CuprumTrubo
Expand Down

0 comments on commit 85e8b5d

Please sign in to comment.