File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,25 +25,25 @@ jobs:
25
25
- name : Publishing x86 Artifact
26
26
uses : actions/upload-artifact@v3
27
27
with :
28
- path : " ./EncouragePackage.x86/bin/x86/Debug /Encourage.x86.vsix"
28
+ path : " ./EncouragePackage.x86/bin/x86/Release /Encourage.x86.vsix"
29
29
name : latest-x86
30
30
31
31
- name : Publishing x64 Artifact
32
32
uses : actions/upload-artifact@v3
33
33
with :
34
- path : " ./EncouragePackage.x64/bin/x64/Debug /Encourage.x64.vsix"
34
+ path : " ./EncouragePackage.x64/bin/x64/Release /Encourage.x64.vsix"
35
35
name : latest-x64
36
36
37
37
# - name: Publish x86 to Marketplace
38
38
# uses: CalvinAllen/action-vs-marketplace-publish@v1
39
39
# with:
40
40
# marketplace-pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
41
41
# publish-manifest-path: ./EncouragePackage.x86/extension.manifest.json
42
- # vsix-path: ./EncouragePackage.x86/bin/x86/Debug /Encourage.x86.vsix
42
+ # vsix-path: ./EncouragePackage.x86/bin/x86/Release /Encourage.x86.vsix
43
43
44
44
# - name: Publish x64 to Marketplace
45
45
# uses: CalvinAllen/action-vs-marketplace-publish@v1
46
46
# with:
47
47
# marketplace-pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
48
48
# publish-manifest-path: ./EncouragePackage.x64/extension.manifest.json
49
- # vsix-path: ./EncouragePackage.x64/bin/x64/Debug /Encourage.x64.vsix
49
+ # vsix-path: ./EncouragePackage.x64/bin/x64/Release /Encourage.x64.vsix
You can’t perform that action at this time.
0 commit comments