assets are in creeper_adventure

This commit is contained in:
Waylon Walker 2023-01-03 20:49:33 -06:00
parent 04e3e131a6
commit 24efee21f5
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -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: