Skip to content

Commit bd9ece2

Browse files
authored
chore(actions): make matrix job-names be consistent with release workflow
1 parent dd4a7a1 commit bd9ece2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/debug.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ jobs:
3030
strategy:
3131
matrix:
3232
include:
33-
- job-name: Windows x86_64
33+
- job-name: windows-x86_64
3434
target: x86_64-pc-windows-msvc
3535
runs-on: windows-latest
3636
artifact-name: pesde-debug-${{ needs.get-version.outputs.version }}-windows-x86_64
3737

38-
- job-name: Linux x86_64
38+
- job-name: linux-x86_64
3939
target: x86_64-unknown-linux-gnu
4040
runs-on: ubuntu-latest
4141
artifact-name: pesde-debug-${{ needs.get-version.outputs.version }}-linux-x86_64
4242

43-
- job-name: macOS x86_64
43+
- job-name: macos-x86_64
4444
target: x86_64-apple-darwin
4545
runs-on: macos-13
4646
artifact-name: pesde-debug-${{ needs.get-version.outputs.version }}-macos-x86_64
4747

48-
- job-name: macOS aarch64
48+
- job-name: macos-aarch64
4949
target: aarch64-apple-darwin
5050
runs-on: macos-latest
5151
artifact-name: pesde-debug-${{ needs.get-version.outputs.version }}-macos-aarch64

0 commit comments

Comments
 (0)