Skip to content

Commit

Permalink
fix(CI): Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Dec 2, 2024
1 parent 5ecba4b commit 914df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
cp ./build/cli/millennium /home/runner/env/ext/bin/millennium
npm install @steambrew/api
mkdir -p D:/a/env/ext/data/shims
mkdir -p /home/runner/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 914df34

Please sign in to comment.