💚 Add base URL to workflow
This commit is contained in:
parent
6e8480cd1c
commit
0bcda3bc24
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Install VSCE
|
||||
run: npm install -g vsce
|
||||
- name: Build
|
||||
run: vsce package -o mapcomplete.vsix
|
||||
run: vsce package -o mapcomplete.vsix --baseContentUrl https://source.mapcomplete.org/Robin-van-der-Linde/MapCompleteVScode/src/branch/main/ --baseImagesUrl https://source.mapcomplete.org/Robin-van-der-Linde/MapCompleteVScode/media/branch/main/
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue