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.
1 parent d1b4bde commit 7b55ffeCopy full SHA for 7b55ffe
.github/workflows/update-hysteria.yml
@@ -139,7 +139,7 @@ jobs:
139
ver="${{ steps.remote.outputs.remote_num }}" # e.g. 2.6.5
140
mkdir -p "${DEST_DIR}/v${ver}"
141
cp -f "${ASSET_NAME}" "${DEST_DIR}/v${ver}/${ASSET_NAME}"
142
- echo "${ver}" > "${DEST_DIR}/latest.txt" # store numeric only
+ echo "v${ver}" > "${DEST_DIR}/latest.txt" # store version like v2.6.5
143
144
- name: Commit and push (message = v<version>)
145
if: steps.guard.outputs.skip == 'false'
0 commit comments