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 c7338d6 commit b2d0014Copy full SHA for b2d0014
.github/workflows/release.yml
@@ -101,12 +101,12 @@ jobs:
101
102
if [[ "$RUNNER_OS" == "Linux" ]]; then
103
chmod +x dist/torrra
104
- cp dist/torrra "dist-out/torrra_${{ env.VERSION }}_linux_${ARCH}"
+ cp dist/torrra "dist-out/torrra_${VERSION}_linux_${ARCH}"
105
elif [[ "$RUNNER_OS" == "Windows" ]]; then
106
- cp dist/torrra.exe "dist-out/torrra_${{ env.VERSION }}_windows_${ARCH}.exe"
+ cp dist/torrra.exe "dist-out/torrra_${VERSION}_windows_${ARCH}.exe"
107
elif [[ "$RUNNER_OS" == "macOS" ]]; then
108
109
- cp dist/torrra "dist-out/torrra_${{ env.VERSION }}_macos_${ARCH}"
+ cp dist/torrra "dist-out/torrra_${VERSION}_macos_${ARCH}"
110
fi
111
112
- name: Upload binary to release
0 commit comments