feature/84-character-creation #88
1 changed files with 1 additions and 3 deletions
|
@ -91,9 +91,7 @@ jobs:
|
|||
- name: Unzip wiki.zip into .public
|
||||
run: |
|
||||
mkdir .public
|
||||
ls
|
||||
cd ${{ github.workspace }}
|
||||
unzip wiki.zip -d .public
|
||||
unzip ${{ github.workspace }}/wiki.zip -d .public
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue