Skip to content

Commit 4a65a0f

Browse files
author
Matthew Hawkins
committed
Fix msvc renaming again
1 parent b8f70e0 commit 4a65a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-bins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
RENAMED=${RENAMED/aarch64-pc-windows-gnullvm/aarch64-pc-windows-msvc}
176176
177177
echo "Creating an artifact for $RELEASE"
178-
tar -C release/$RELEASE -cf - dist/ | gzip -9 > artifacts/apollo-mcp-server-$VERSION-RENAMED.tar.gz
178+
tar -C release/$RELEASE -cf - dist/ | gzip -9 > artifacts/apollo-mcp-server-$VERSION-$RENAMED.tar.gz
179179
done
180180
181181
- name: Upload release artifacts

0 commit comments

Comments
 (0)