Skip to content

Commit 70c3b4e

Browse files
Merge pull request #19 from gjsjohnmurray/fix-beta-releases
fix beta releases
2 parents 8a814ed + 7326fa3 commit 70c3b4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ jobs:
6565
if: runner.os == 'Linux'
6666
with:
6767
name: vsix
68-
path: ./dist/${{ steps.set-version.outputs.name }}.vsix
68+
path: |
69+
./dist/${{ steps.set-version.outputs.name }}.vsix
70+
./dist/.name
71+
./dist/.version
6972
beta:
7073
if: (github.event_name == 'push')
7174
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)