Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5a5e02c

Browse files
authored
Add ${{ github.workspace }} to vsix path
1 parent 1773d58 commit 5a5e02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: CI
55
env:
66
config: Release
77
githubvsSolution: GitHubVS.sln
8-
vsixContainer: GitHub.VisualStudio.vsix
8+
vsixContainer: ${{ github.workspace }}\GitHub.VisualStudio.vsix
99

1010
# Controls when the action will run. Triggers the workflow on push or pull request
1111
# events but only for the master branch

0 commit comments

Comments
 (0)