fix(ci): update artifact upload path in build workflow
This commit is contained in:
@@ -44,12 +44,5 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: gitea-mcp-amd64
|
name: gitea-mcp-amd64
|
||||||
path: dist/gitea-mcp
|
path: gitea-mcp
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
- name: Paket als Artefakt hochladen
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: gitea-mcp-linux-amd64
|
|
||||||
path: gitea.com/gitea/gitea-mcp
|
|
||||||
retention-days: 7
|
|
||||||
Reference in New Issue
Block a user