We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a87770 commit f5dfea2Copy full SHA for f5dfea2
.github/workflows/release.yaml
@@ -87,7 +87,7 @@ jobs:
87
TARGET_RUSTFLAGS: ${{ matrix.target_rustflags }}
88
SRC: ${{ github.workspace }}
89
- name: Store x86-64 Linux build artifact
90
- id: upload-linux-artifact
+ id: upload-amd64-linux-artifact
91
if: ${{ matrix.os == 'ubuntu-24.04' }}
92
uses: actions/upload-artifact@v4
93
with:
@@ -105,7 +105,7 @@ jobs:
105
106
107
- name: Store aarch64 Linux build artifact
108
+ id: upload-aarch64-linux-artifact
109
if: ${{ matrix.os == 'ubuntu-24.04-arm' }}
110
111
0 commit comments