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