File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,11 +171,11 @@ 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}
174+ RENAMED =${RELEASE/x86_64-pc-windows-gnullvm/x86_64-pc-windows-msvc}
175+ 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-$RELEASE .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
You can’t perform that action at this time.
0 commit comments