Skip to content

Commit

Permalink
fix: asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Oct 30, 2024
1 parent 37f5cec commit e4ce7c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ jobs:
cd assets
python3 base.py \
--root https://static.sourga.me/blobs/6481/.index.source \
--models \
--download \
--outdir output \
--outdir dist \
complex dust2 turbine
- name: Upload
Expand Down
1 change: 0 additions & 1 deletion assets/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ def run_sourdump(roots: List[str], args: List[str]) -> str:
*root_args,
*args,
]
print("sourdump args", args)
result = subprocess.run(
args,
# check=True,
Expand Down

0 comments on commit e4ce7c5

Please sign in to comment.