download to site/static
This commit is contained in:
parent
5f06b35a11
commit
e1c80d358c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -34,11 +34,11 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: creeper-windows-latest
|
||||
path: static
|
||||
path: site/static
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: creeper-ubuntu-latest
|
||||
path: static
|
||||
path: site/static
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue