This commit is contained in:
@@ -7,14 +7,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11.0'
|
python-version: "3.11.0"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: >
|
run: >
|
||||||
@@ -24,11 +23,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Package Application with PyInstaller
|
- name: Package Application with PyInstaller
|
||||||
run: |
|
run: |
|
||||||
pyinstaller steamPathCLI.spec
|
pyinstaller spath.spec
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: steamPathCLI.sh
|
name: spath.sh
|
||||||
path: dist/steamPathCLI.sh
|
path: dist/spath.sh
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Package Application with PyInstaller
|
- name: Package Application with PyInstaller
|
||||||
run: |
|
run: |
|
||||||
pyinstaller steamPathCLI.spec
|
pyinstaller spath.spec
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
|
|||||||
@@ -23,10 +23,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Package Application with PyInstaller
|
- name: Package Application with PyInstaller
|
||||||
run: |
|
run: |
|
||||||
pyinstaller steamPathCLI.spec
|
pyinstaller spath.spec
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: steamPathCLI.sh
|
name: spath.sh
|
||||||
path: dist/steamPathCLI.sh
|
path: dist/spath.sh
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@ exe = EXE(
|
|||||||
a.binaries,
|
a.binaries,
|
||||||
a.datas,
|
a.datas,
|
||||||
[],
|
[],
|
||||||
name='steamPathCLI.sh',
|
name='spath.sh',
|
||||||
debug=False,
|
debug=False,
|
||||||
bootloader_ignore_signals=False,
|
bootloader_ignore_signals=False,
|
||||||
strip=False,
|
strip=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user