aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ppa.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-12 23:47:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-12 23:47:57 +0300
commit46fb70ec054ecd3436efe39cdfe94bfcab37985e (patch)
treeda9494c1b38375f46451603441d095aaf75af80b /.github/workflows/ppa.yml
parentdebian: gbp buildpackage --git-ignore-branch (diff)
downloadlinux-status-46fb70ec054ecd3436efe39cdfe94bfcab37985e.tar.gz
linux-status-46fb70ec054ecd3436efe39cdfe94bfcab37985e.zip
workflows: tweak step names
Diffstat (limited to '')
-rw-r--r--.github/workflows/ppa.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ppa.yml b/.github/workflows/ppa.yml
index 7c32894..cdae2bb 100644
--- a/.github/workflows/ppa.yml
+++ b/.github/workflows/ppa.yml
@@ -22,7 +22,7 @@ jobs:
run: cd debian && sudo make deps
- name: Create cowbuilder image
run: cd debian && sudo make dist/create
- - name: Test building binary package
+ - name: Build binary package
run: cd debian && make dist
- name: Build source package
run: cd debian && make clean && make src