Skip to content

Commit 2048ce4

Browse files
authored
TEST ACTION
1 parent b348797 commit 2048ce4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-vscode-extension.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ jobs:
2020
with:
2121
node-version: '20'
2222
- 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/
2424
- name: Install vsce globally
2525
run: npm install -g vsce
2626
- name: package vsc Install
2727
run: |
2828
cd ${{ github.workspace }}/Git-to-AL-project-configurator/
29-
vsce package --out ${{github.workspace}}/GittoALprojectconfig.vsix
29+
vsce package --out ${{ github.workspace }}/GittoALprojectconfig.vsix
3030
- name: Upload Build Artifacts
3131
uses: actions/upload-artifact@v4
3232
with:
33-
name: Git-to-AL-project-configurator.vsix
33+
name: GittoALprojectconfig.vsix
3434
path: ${{ github.workspace }}/GittoALprojectconfig.vsix
3535
if-no-files-found: error
3636
- name: Upload Repository
3737
uses: stefanzweifel/git-auto-commit-action@v5
3838
with:
39-
commit_message: Update repository with new version of vsix
39+
commit_message: Update repository with new version of vsix

0 commit comments

Comments
 (0)