Skip to content

Commit f616a6c

Browse files
FEDX-584 : debugging vsix issue
1 parent cc6e40d commit f616a6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272

7373
# Generate vsix file and upload the artifact
7474
- name: generate .vsix file
75-
run: yarn package
75+
run: |
76+
ls -alsh
77+
yarn package
7678
7779
- name: Upload .vsix Artifact
7880
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)