Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-bobek committed Oct 4, 2024
1 parent ab9798e commit 76e939e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ jobs:
- name: test
run: |
dir
dir node_modules\\@vscode\\gulp-electron\\node_modules\\rcedit\\bin\\*.dll C:\\Windows\\System32\\
dir node_modules
dir node_modules\\@vscode
dir node_modules\\@vscode\\gulp-electron
dir node_modules\\@vscode\\gulp-electron\\node_modules
dir node_modules\\@vscode\\gulp-electron\\node_modules\\rcedit
dir node_modules\\@vscode\\gulp-electron\\node_modules\\rcedit\\bin
cp node_modules\\@vscode\\gulp-electron\\node_modules\\rcedit\\bin\\*.dll C:\\Windows\\System32\\
shell: cmd

Expand Down

0 comments on commit 76e939e

Please sign in to comment.