Skip to content

Commit

Permalink
name artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 18, 2022
1 parent 158217a commit 73ff3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
turbo-${{ github.job }}-${{ github.ref_name }}-
- run: yarn run install-frozen-lockfile
- run: yarn build
- run: yarn build --force

- name: Upload VSIX
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Upload VSIX
uses: actions/upload-artifact@v3
with:
name: dvc.vsix
path: ./extension/dvc.vsix

- name: Publish to Visual Studio Marketplace
Expand Down

0 comments on commit 73ff3e1

Please sign in to comment.