Skip to content

Commit 05154a8

Browse files
committed
More consistent ARTIFACT naming
Static artifacts are always called *-unknown-*
1 parent 82ea282 commit 05154a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
},
245245
{ ARCH: "ARM64"
246246
, DISTRO: "Alpine"
247-
, ARTIFACT: "aarch64-linux-alpine"
247+
, ARTIFACT: "aarch64-linux-unknown"
248248
}
249249
]
250250
steps:
@@ -628,7 +628,7 @@ jobs:
628628
},
629629
{ ARCH: "ARM64"
630630
, DISTRO: "Alpine"
631-
, ARTIFACT: "aarch64-linux-alpine"
631+
, ARTIFACT: "aarch64-linux-unknown"
632632
}
633633
]
634634
steps:

0 commit comments

Comments
 (0)