copy in assets

This commit is contained in:
Waylon Walker 2022-12-31 15:24:36 -06:00
parent c75227b2b6
commit e085e40088
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -17,6 +17,7 @@ jobs:
python-version: '3.10'
- run: pip install -r requirements.txt
- run: pyinstaller creeper.py
- run: cp -r assets dist/creeper
- name: Step 3 - Use the Upload Artifact GitHub Action
uses: actions/upload-artifact@v2
with: