We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9951f commit eaf87d4Copy full SHA for eaf87d4
.github/workflows/ci.yaml
@@ -53,8 +53,8 @@ jobs:
53
npm install --build-from-source
54
Invoke-WebRequest "https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Release.zip" -OutFile "dependencies.zip"
55
Expand-Archive dependencies.zip
56
- dir
57
- dependencies.exe -chain mydll.dll -depth 1
+ dir dependencies
+ dependencies/Dependencies.exe -chain mydll.dll -depth 1
58
- uses: actions/upload-artifact@v4
59
with:
60
path: build
0 commit comments