Skip to content

Commit b2d0014

Browse files
authored
cd: update release.yml VERSION env
1 parent c7338d6 commit b2d0014

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ jobs:
101101
102102
if [[ "$RUNNER_OS" == "Linux" ]]; then
103103
chmod +x dist/torrra
104-
cp dist/torrra "dist-out/torrra_${{ env.VERSION }}_linux_${ARCH}"
104+
cp dist/torrra "dist-out/torrra_${VERSION}_linux_${ARCH}"
105105
elif [[ "$RUNNER_OS" == "Windows" ]]; then
106-
cp dist/torrra.exe "dist-out/torrra_${{ env.VERSION }}_windows_${ARCH}.exe"
106+
cp dist/torrra.exe "dist-out/torrra_${VERSION}_windows_${ARCH}.exe"
107107
elif [[ "$RUNNER_OS" == "macOS" ]]; then
108108
chmod +x dist/torrra
109-
cp dist/torrra "dist-out/torrra_${{ env.VERSION }}_macos_${ARCH}"
109+
cp dist/torrra "dist-out/torrra_${VERSION}_macos_${ARCH}"
110110
fi
111111
112112
- name: Upload binary to release

0 commit comments

Comments
 (0)