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