try something new
Some checks failed
continuous-integration/drone Build was killed

This commit is contained in:
2025-07-14 18:32:44 +05:30
parent 1c4ff9231b
commit c949c75f28

View File

@@ -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