feature/84-character-creation #88
1 changed files with 2 additions and 2 deletions
|
@ -84,9 +84,9 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Retrieve docs artifact
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: wiki.zip
|
||||
name: wiki
|
||||
- name: Unzip wiki.zip into .public
|
||||
run: |
|
||||
mkdir .public
|
||||
|
|
Loading…
Add table
Reference in a new issue