assets are in creeper_adventure
This commit is contained in:
parent
04e3e131a6
commit
24efee21f5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
python-version: '3.10'
|
||||
- run: pip install -r requirements.txt
|
||||
- run: pyinstaller --noconsole creeper_adventure/creeper.py
|
||||
- run: cp -r assets dist/creeper
|
||||
- run: cp -r creeper_adventure/assets dist/creeper
|
||||
- name: Step 3 - Use the Upload Artifact GitHub Action
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue