diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-12 23:47:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-12 23:47:57 +0300 |
commit | 46fb70ec054ecd3436efe39cdfe94bfcab37985e (patch) | |
tree | da9494c1b38375f46451603441d095aaf75af80b /.github/workflows/debian.yml | |
parent | debian: gbp buildpackage --git-ignore-branch (diff) | |
download | linux-status-46fb70ec054ecd3436efe39cdfe94bfcab37985e.tar.gz linux-status-46fb70ec054ecd3436efe39cdfe94bfcab37985e.zip |
workflows: tweak step names
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/debian.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |