Skip to content

Commit

Permalink
Fix release build job name
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed Jul 3, 2022
1 parent a666352 commit 68cde8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
RUSTUP_MAX_RETRIES: 10
jobs:
build:
name: Build (${{ matrix.archive.file }})
name: Build (${{ matrix.archive }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 68cde8a

Please sign in to comment.