Skip to content

Commit

Permalink
💚 fix artifact path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Dec 6, 2023
1 parent 8f8357b commit 685b707
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: server/dist

windows:
runs-on: windows-latest
Expand All @@ -88,7 +88,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: server/dist

macos:
runs-on: macos-latest
Expand All @@ -111,7 +111,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: server/dist

sdist:
runs-on: ubuntu-latest
Expand All @@ -127,7 +127,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: server/dist

release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "continue",
"icon": "media/icon.png",
"version": "0.6.12",
"version": "0.6.13",
"repository": {
"type": "git",
"url": "https://github.com/continuedev/continue"
Expand Down

0 comments on commit 685b707

Please sign in to comment.