Skip to content

Commit

Permalink
ci: add export type to job names
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-dujardin committed Aug 3, 2024
1 parent cf97d80 commit 38d5964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
target: aarch64-apple-darwin
bin: libblocks_plus_plus.dylib

name: Build Rust ${{ matrix.platform.build_for }}
name: Build Rust ${{ matrix.platform.build_for }} ${{ matrix.build_type }}
runs-on: ${{ matrix.platform.os }}
steps:
- name: Checkout
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

needs: [lint-rust, build-rust]
runs-on: ubuntu-22.04
name: Build Godot ${{ matrix.platform.export }}
name: Build Godot ${{ matrix.platform.export }} ${{ matrix.build_type }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

runs-on: ubuntu-22.04
environment: main
name: Publish Web
name: Publish Web ${{ matrix.build_type }}
needs: [build-godot]
steps:
- name: Checkout
Expand Down

0 comments on commit 38d5964

Please sign in to comment.