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 @@ -20,20 +20,20 @@ jobs:
20
20
with :
21
21
node-version : ' 20'
22
22
- name : Install dependencies
23
- run : npm install ${{github.workspace}}/Git-to-AL-project-configurator/
23
+ run : npm install ${{ github.workspace }}/Git-to-AL-project-configurator/
24
24
- name : Install vsce globally
25
25
run : npm install -g vsce
26
26
- name : package vsc Install
27
27
run : |
28
28
cd ${{ github.workspace }}/Git-to-AL-project-configurator/
29
- vsce package --out ${{github.workspace}}/GittoALprojectconfig.vsix
29
+ vsce package --out ${{ github.workspace }}/GittoALprojectconfig.vsix
30
30
- name : Upload Build Artifacts
31
31
uses : actions/upload-artifact@v4
32
32
with :
33
- name : Git-to-AL-project-configurator .vsix
33
+ name : GittoALprojectconfig .vsix
34
34
path : ${{ github.workspace }}/GittoALprojectconfig.vsix
35
35
if-no-files-found : error
36
36
- name : Upload Repository
37
37
uses : stefanzweifel/git-auto-commit-action@v5
38
38
with :
39
- commit_message : Update repository with new version of vsix
39
+ commit_message : Update repository with new version of vsix
You can’t perform that action at this time.
0 commit comments