From 6c7e04f22fc841d176af56055deb26096e44145c Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 6 Feb 2024 11:17:23 +0100 Subject: [PATCH] prace --- .github/workflows/zzzo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/zzzo.yml b/.github/workflows/zzzo.yml index 3e3802d..27b5c3f 100755 --- a/.github/workflows/zzzo.yml +++ b/.github/workflows/zzzo.yml @@ -8,7 +8,7 @@ on: jobs: build-zzzo: - name: "zzzo: ${{ matrix.os }}" + name: "zzzo: build" runs-on: "${{ matrix.os }}" strategy: matrix: @@ -41,10 +41,10 @@ jobs: path: ./*.zip dist-binaries: - name: distribute-binaries + name: "zzzo: distribute" needs: - build-zzzo - runs-on: windows-2022 + runs-on: "windows-2022" permissions: contents: write