Skip to content

Commit

Permalink
ci: add target name to ci name
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Apr 15, 2024
1 parent 279d5f2 commit fa926fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
release:
name: release-${{ matrix.platform.platform_name }}
name: release-${{ matrix.platform.target }}
runs-on: ${{ matrix.platform.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit fa926fb

Please sign in to comment.