Skip to content

Commit f5dfea2

Browse files
Release action: make sure job IDs are unique
1 parent 0a87770 commit f5dfea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
TARGET_RUSTFLAGS: ${{ matrix.target_rustflags }}
8888
SRC: ${{ github.workspace }}
8989
- name: Store x86-64 Linux build artifact
90-
id: upload-linux-artifact
90+
id: upload-amd64-linux-artifact
9191
if: ${{ matrix.os == 'ubuntu-24.04' }}
9292
uses: actions/upload-artifact@v4
9393
with:
@@ -105,7 +105,7 @@ jobs:
105105
TARGET_RUSTFLAGS: ${{ matrix.target_rustflags }}
106106
SRC: ${{ github.workspace }}
107107
- name: Store aarch64 Linux build artifact
108-
id: upload-linux-artifact
108+
id: upload-aarch64-linux-artifact
109109
if: ${{ matrix.os == 'ubuntu-24.04-arm' }}
110110
uses: actions/upload-artifact@v4
111111
with:

0 commit comments

Comments
 (0)