Skip to content

Commit

Permalink
chore(CI): fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Dec 2, 2024
1 parent 683586b commit 4dbdaba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
# cp /d/a/Millennium/Millennium/build/cli/millennium.exe D:/a/env/ext/bin/millennium.exe
npm install @steambrew/api
mkdir D:/a/env/ext/data/shims
cp -r ./node_modules/@steambrew/api/dist/webkit_api.js D:/a/env/ext/data/shims/webkit_api.js
cp -r ./node_modules/@steambrew/api/dist/client_api.js D:/a/env/ext/data/shims/client_api.js
Expand Down Expand Up @@ -276,6 +277,7 @@ jobs:
cp ./build/cli/millennium /home/runner/env/ext/bin/millennium
npm install @steambrew/api
mkdir D:/a/env/ext/data/shims
cp -r ./node_modules/@steambrew/api/dist/webkit_api.js /home/runner/env/ext/data/shims/webkit_api.js
cp -r ./node_modules/@steambrew/api/dist/client_api.js /home/runner/env/ext/data/shims/client_api.js
Expand Down

0 comments on commit 4dbdaba

Please sign in to comment.