From 46fb70ec054ecd3436efe39cdfe94bfcab37985e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 12 Mar 2021 23:47:57 +0300 Subject: workflows: tweak step names --- .github/workflows/debian.yml | 2 +- .github/workflows/ppa.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 61deebc..d8e1883 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Install dependencies run: cd debian && sudo make deps - - name: Make binary package + - name: Build binary package run: cd debian && make bin/test - name: Upload binary package uses: actions/upload-artifact@v2 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 -- cgit v1.2.3