Skip to content

Commit

Permalink
fix: Fix CI output paths
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Oct 7, 2024
1 parent 901c9e1 commit 9bf0b09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
node-version: 20

- name: (Setup) Assets Build Environment
run: cd assets && npm install && npm run build
run: |
cd assets && npm install && npm run build
mv D:\a\Millennium\Millennium\assets\.millennium D:/a/env/ext/data/assets/.millennium
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 9bf0b09

Please sign in to comment.