Skip to content

Commit

Permalink
update assets links
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHeitmann committed Dec 12, 2024
1 parent 63a4eba commit 72610c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Download assets
run: |
$url = "https://github.com/ArthurHeitmann/F-SERVO/releases/download/assetsV0.7.0%2Bmgrr/assets.7z"
$url = "https://github.com/ArthurHeitmann/F-SERVO/releases/download/assetsV0.8.0-mgrr/assets.7z"
$output = "${{ runner.temp }}\assets.7z"
Invoke-WebRequest -Uri $url -OutFile $output
- name: Extract assets
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ MCD editing
```bat
git submodule update --init
```
2. Download additional assets from [here](https://github.com/ArthurHeitmann/F-SERVO/releases/tag/assetsV0.7.0%2Bmgrr) and extract the folders inside into the `assets` folder. (This is so that the raw git repo isn't 100+ MB large)
2. Download additional assets from [here](https://github.com/ArthurHeitmann/F-SERVO/releases/tag/assetsV0.8.0-mgrr) and extract the folders inside into the `assets` folder. (This is so that the raw git repo isn't 100+ MB large)
4. Update dependencies with
```bat
Expand Down

0 comments on commit 72610c3

Please sign in to comment.