mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-06 04:41:58 +02:00
fix
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
name: "Build package: .deb"
|
||||
name: "Build package: .deb"
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: 'development'
|
||||
- name: Set up Docker with Debian image
|
||||
uses: docker://debian:latest
|
||||
- name: Install additional dependencies for creating Debian packages
|
||||
|
||||
- name: Install dependencies for creating Debian packages
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install python3 python3-setuptools debhelper dh-python python3-pip python3-stdeb
|
||||
- name: Create Debian package
|
||||
|
||||
- name: Build Debian package
|
||||
run: |
|
||||
sudo python3 setup.py --command-packages=stdeb.command bdist_deb
|
||||
python3 setup.py --command-packages=stdeb.command bdist_deb
|
||||
|
||||
Reference in New Issue
Block a user