From 90f8c5ea505581078a24a0b3300c3bc99839da99 Mon Sep 17 00:00:00 2001 From: kiron1 Date: Sun, 19 May 2024 11:17:01 +0800 Subject: [PATCH] actions: shorten name --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f02dc2c0..931f2375 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,7 +26,7 @@ env: jobs: version: - name: Current proxydetox version + name: Current version runs-on: ubuntu-latest outputs: version: ${{ steps.version.outputs.version }} @@ -128,7 +128,7 @@ jobs: if: ${{ ! startswith(matrix.os, 'windows') }} bazel_build: - name: Bazel build release package + name: Package runs-on: ${{ matrix.os }} needs: