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 3f2681f commit ea2c57a
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@v4.1.7
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}.vsix
path: _built/**/*.vsix
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download Package artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}.vsix

Expand Down

0 comments on commit ea2c57a

Please sign in to comment.