Skip to content

Commit 96de9ad

Browse files
authored
Update vsce-publish.yml
1 parent 83b28b1 commit 96de9ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vsce-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ["master"]
88

99
jobs:
10-
build:
10+
publish:
1111
runs-on: ubuntu-latest
1212
env:
1313
cwd: LogicScript.VSCode
@@ -37,4 +37,4 @@ jobs:
3737
uses: actions/upload-artifact@v2.2.4
3838
with:
3939
# A file, directory or wildcard pattern that describes what to upload
40-
path: vsix/*.vsix
40+
path: ${{env.cwd}}/vsix/*.vsix

0 commit comments

Comments
 (0)