Skip to content

Commit

Permalink
Remove redundant globs from github release artifact list (#55)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
adleong authored May 9, 2023
1 parent 74925a9 commit b6ae098
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ jobs:
./target/release/linkerd-smi-*.tgz
./target/release/linkerd-smi-*.tgz.sha256
./target/release/linkerd-smi-*-darwin*
./target/release/linkerd-smi-*-darwin*.sha256
./target/release/linkerd-smi-*-linux-*
./target/release/linkerd-smi-*-linux-*.sha256
./target/release/linkerd-smi-*-windows.exe
./target/release/linkerd-smi-*-windows.exe.sha256
chart_deploy:
Expand Down

0 comments on commit b6ae098

Please sign in to comment.