Skip to content

Commit 0b0b319

Browse files
ci: remove extra files upload in the package.yml
1 parent d91390c commit 0b0b319

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
uses: softprops/action-gh-release@v1
146146
with:
147147
files: |
148-
*/*
148+
mcp-server++-*-with-libs/*
149+
mcp-server++-*-no-libs/*
149150
env:
150151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)