Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
serkonda7 committed Mar 1, 2024
1 parent d6b20c6 commit 784d6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
run: pnpm run package

- name: Upload artifact
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v4
with:
name: vba.vsix
path: vscode-vba-${{ github.event.release.tag_name }}.vsix
path: vscode-vba-${{ GITHUB_REF_NAME }}.vsix
if-no-files-found: error


Expand Down

0 comments on commit 784d6eb

Please sign in to comment.