Skip to content

Commit

Permalink
fix artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 17, 2024
1 parent f7ad7a7 commit fd472e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ./dist/tintd*.vsix
name: tintd-${{ matrix.artifact }}
overwrite: true

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/tintd*.vsix
name: tintd-${{ matrix.os }}
overwrite: true

0 comments on commit fd472e7

Please sign in to comment.