Skip to content

Commit

Permalink
really fix attaching artifact?
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Apr 13, 2024
1 parent ace4bcb commit 1ff77bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extension-preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: /vscExtension/out/pack-analyzer.vsix
artifacts: vscExtension/out/pack-analyzer.vsix
body: |
This is an automatically generated **preview** release of the Pack Analyzer VS Code extension.
Expand All @@ -47,4 +47,4 @@ jobs:
commit: ${{ github.sha }}
makeLatest: false
prerelease: true
tag: v${{ env.EXTENSION_VERSION }}-preview
tag: ext-v${{ env.EXTENSION_VERSION }}-preview

0 comments on commit 1ff77bb

Please sign in to comment.