mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-10 23:41:22 +00:00
Compare commits
2 Commits
2c9eda6cc6
...
bd9abee53f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd9abee53f | ||
|
|
4f9b066015 |
1
.github/workflows/core_easy_update.yaml
vendored
1
.github/workflows/core_easy_update.yaml
vendored
@@ -20,6 +20,7 @@ jobs:
|
|||||||
[ "${{ inputs.tag1 }}" = singbox ] && repo="SagerNet/sing-box"
|
[ "${{ inputs.tag1 }}" = singbox ] && repo="SagerNet/sing-box"
|
||||||
[ "${{ inputs.tag1 }}" = singboxr ] && repo="SagerNet/sing-box"
|
[ "${{ inputs.tag1 }}" = singboxr ] && repo="SagerNet/sing-box"
|
||||||
latest_tag=$(curl -s "https://api.github.com/repos/$repo/releases/latest" | jq -r .tag_name)
|
latest_tag=$(curl -s "https://api.github.com/repos/$repo/releases/latest" | jq -r .tag_name)
|
||||||
|
[ "${{ inputs.tag1 }}" = singboxr ] && latest_tag="${latest_tag}-reF1nd"
|
||||||
echo "version=$latest_tag" >> $GITHUB_OUTPUT
|
echo "version=$latest_tag" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
update_meta_upx:
|
update_meta_upx:
|
||||||
|
|||||||
Reference in New Issue
Block a user