Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit b6ae098

Browse files
authored
Remove redundant globs from github release artifact list (#55)
The "Create Release" github action contained redundant file globs which listed the same release artifact multiple times. For [some reason](softprops/action-gh-release#210), this causes the action to encounter a 404 error and fail. Remove the redundant globs so that each file is listed only once. Signed-off-by: Alex Leong <alex@buoyant.io>
1 parent 74925a9 commit b6ae098

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ jobs:
153153
./target/release/linkerd-smi-*.tgz
154154
./target/release/linkerd-smi-*.tgz.sha256
155155
./target/release/linkerd-smi-*-darwin*
156-
./target/release/linkerd-smi-*-darwin*.sha256
157156
./target/release/linkerd-smi-*-linux-*
158-
./target/release/linkerd-smi-*-linux-*.sha256
159157
./target/release/linkerd-smi-*-windows.exe
160158
./target/release/linkerd-smi-*-windows.exe.sha256
161159
chart_deploy:

0 commit comments

Comments
 (0)