make sure deb-package job has package.sh
This commit is contained in:
parent
af4db2d6de
commit
5351123178
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue