Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
braheezy committed Aug 7, 2024
1 parent 02f24a8 commit 64bcf34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ jobs:
steps:
- name: Download VSIX artifact
uses: actions/download-artifact@v4
with:
path: .

- run: ls

- name: Create a Release
uses: softprops/action-gh-release@v2
with:
files: qoa-preview-${{ env.VERSION }}.vsix
files: artifact/qoa-preview-${{ env.VERSION }}.vsix
generate_release_notes: true
draft: true
fail_on_unmatched_files: true

0 comments on commit 64bcf34

Please sign in to comment.