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 9f74fb8 commit 997774cCopy full SHA for 997774c
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
# Temporary method to fetch the rattler binary.
37
RATTLER_BINARY="rattler-build-aarch64-apple-darwin"
38
if [[ $TARGET_PLATFORM == "linux-64" ]]; then RATTLER_BINARY="rattler-build-x86_64-unknown-linux-musl"; fi
39
- curl -SL --progress-bar https://github.com/prefix-dev/rattler-build/releases/latest/download/${RATTLER_BINARY} -o rattler-build
+ curl -SL --progress-bar https://github.com/prefix-dev/rattler-build/releases/download/v0.33.2/${RATTLER_BINARY} -o rattler-build
40
chmod +x rattler-build
41
42
# Build and push
0 commit comments