chore: make relative
This commit is contained in:
@@ -47,14 +47,14 @@ jobs:
|
|||||||
pyinstaller \
|
pyinstaller \
|
||||||
--onefile \
|
--onefile \
|
||||||
--name meshbook \
|
--name meshbook \
|
||||||
--distpath /dist \
|
--distpath ../dist \
|
||||||
meshbook.py
|
meshbook.py
|
||||||
|
|
||||||
- name: Upload binaries as artifacts
|
- name: Upload binaries as artifacts
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: bin-linux
|
name: bin-linux
|
||||||
path: /dist
|
path: ./dist
|
||||||
|
|
||||||
prepare-windows:
|
prepare-windows:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -115,14 +115,14 @@ jobs:
|
|||||||
wine ./python-win/python.exe -m PyInstaller \
|
wine ./python-win/python.exe -m PyInstaller \
|
||||||
--onefile \
|
--onefile \
|
||||||
--name meshbook \
|
--name meshbook \
|
||||||
--distpath /dist \
|
--distpath ../dist \
|
||||||
meshbook.py
|
meshbook.py
|
||||||
|
|
||||||
- name: Upload binaries as artifacts
|
- name: Upload binaries as artifacts
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: bin-windows
|
name: bin-windows
|
||||||
path: /dist
|
path: ./dist
|
||||||
|
|
||||||
compile-linux:
|
compile-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user