Skip to content

Commit

Permalink
prace
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Feb 6, 2024
1 parent 4c79ec1 commit 6c7e04f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zzzo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-zzzo:
name: "zzzo: ${{ matrix.os }}"
name: "zzzo: build"
runs-on: "${{ matrix.os }}"
strategy:
matrix:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6c7e04f

Please sign in to comment.