This commit is contained in:
@@ -22,11 +22,11 @@ jobs:
|
|||||||
pyinstaller --onefile --add-data "data/:data/" setup.py
|
pyinstaller --onefile --add-data "data/:data/" setup.py
|
||||||
cp dist/setup arch-setup
|
cp dist/setup arch-setup
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Upload binary
|
- name: Release binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
name: arch-setup
|
files: |-
|
||||||
path: arch-setup
|
arch-setup
|
||||||
|
|
||||||
debian-build:
|
debian-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -46,11 +46,11 @@ jobs:
|
|||||||
pyinstaller --onefile --add-data "data/:data/" setup.py
|
pyinstaller --onefile --add-data "data/:data/" setup.py
|
||||||
cp dist/setup debian-setup
|
cp dist/setup debian-setup
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Upload binary
|
- name: Release binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
name: debian-setup
|
files: |-
|
||||||
path: debian-setup
|
debian-setup
|
||||||
|
|
||||||
fedora-build:
|
fedora-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -69,8 +69,8 @@ jobs:
|
|||||||
pyinstaller --onefile --add-data "data/:data/" setup.py
|
pyinstaller --onefile --add-data "data/:data/" setup.py
|
||||||
cp dist/setup fedora-setup
|
cp dist/setup fedora-setup
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Upload binary
|
- name: Release binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
name: fedora-setup
|
files: |-
|
||||||
path: fedora-setup
|
fedora-setup
|
||||||
|
|||||||
Reference in New Issue
Block a user