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 aac086b commit 3fa8854Copy full SHA for 3fa8854
.github/workflows/release-bins.yml
@@ -171,6 +171,8 @@ jobs:
171
# Remove trailing slash and leading parent
172
RELEASE=${RELEASE%/}
173
RELEASE=${RELEASE#"release/"}
174
+ RELEASE=${RELEASE/x86_64-pc-windows-gnullvm/x86_64-pc-windows-msvc}
175
+ RELEASE=${RELEASE/aarch64-pc-windows-gnullvm/aarch64-pc-windows-msvc}
176
177
echo "Creating an artifact for $RELEASE"
178
tar -C release/$RELEASE -cf - dist/ | gzip -9 > artifacts/apollo-mcp-server-$VERSION-$RELEASE.tar.gz
0 commit comments