Skip to content

Commit 3fa8854

Browse files
author
Matthew Hawkins
committed
Rename gnullvm to msvc for consistency with rover
1 parent aac086b commit 3fa8854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-bins.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ jobs:
171171
# Remove trailing slash and leading parent
172172
RELEASE=${RELEASE%/}
173173
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}
174176
175177
echo "Creating an artifact for $RELEASE"
176178
tar -C release/$RELEASE -cf - dist/ | gzip -9 > artifacts/apollo-mcp-server-$VERSION-$RELEASE.tar.gz

0 commit comments

Comments
 (0)