Skip to content

Commit

Permalink
Need to use absolute paths since pnpm changes dir on executing packag…
Browse files Browse the repository at this point in the history
…e script
  • Loading branch information
daumantas-kavolis-sensmetry committed May 4, 2023
1 parent 6b16189 commit 30822c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ pages:
variables:
EXTENSION_NAME: $PACKAGE_NAME-$VERSION
EXTENSION_FILENAME: $EXTENSION_NAME.vsix
EXTENSION_PATH: $EXTENSION_FILENAME
EXTENSION_RELPATH: $EXTENSION_FILENAME
EXTENSION_PATH: $CI_PROJECT_DIR/$EXTENSION_FILENAME

package:release:
stage: deploy
Expand Down Expand Up @@ -191,7 +192,7 @@ publish:release:
assets:
links:
- name: $EXTENSION_FILENAME
url: $ARTIFACTS_ROOT_URL/$EXTENSION_PATH
url: $ARTIFACTS_ROOT_URL/$EXTENSION_RELPATH
- name: $SERVER_FILENAME
url: $ARTIFACTS_ROOT_URL/$SERVER_FILENAME

Expand Down

0 comments on commit 30822c7

Please sign in to comment.