diff --git a/.github/workflows/packaging.yaml b/.github/workflows/packaging.yaml deleted file mode 100644 index fd442c3..0000000 --- a/.github/workflows/packaging.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: packaging - -on: - release: - types: [published] - -jobs: - build-deb: - runs-on: ubuntu-20.04 - - steps: - - - name: Install dependencies - run: sudo apt install devscripts debhelper - - - run: apt-cache show debhelper - - - name: Checkout - uses: actions/checkout@v2 - with: - ref: $GITHUB_REF - - - name: Make Binaries - run: make package-debian