make sure deb-package job has package.sh

This commit is contained in:
“Carson 2020-10-12 18:25:33 -04:00
parent af4db2d6de
commit 5351123178

View file

@ -49,6 +49,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build] needs: [build]
steps: steps:
- name: Checkout
uses: actions/checkout@v2.3.3
- name: Download Build Artifact (tar) - name: Download Build Artifact (tar)
uses: actions/download-artifact@v2.0.5 uses: actions/download-artifact@v2.0.5
with: with:
@ -64,6 +66,7 @@ jobs:
path: steamguard-cli_${{ github.event.inputs.version }}-0.deb path: steamguard-cli_${{ github.event.inputs.version }}-0.deb
# TODO: update AUR pkgbuild # TODO: update AUR pkgbuild
draft: draft:
# FIXME: the auto drafter doesn't work
needs: [build, deb-package] needs: [build, deb-package]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: