Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen authored Sep 4, 2024
1 parent 41cdca8 commit 3f2681f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# run: vstest.console.exe _built\*test.dll

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.1.7
with:
name: ${{ github.event.repository.name }}.vsix
path: _built/**/*.vsix
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:
with:
extension-file: '${{ github.event.repository.name }}.vsix'
publish-manifest-file: 'vs-publish.json'
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}

0 comments on commit 3f2681f

Please sign in to comment.