File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 81
81
tar -zcvf egctl_latest_darwin_amd64.tar.gz bin/darwin/amd64/egctl
82
82
tar -zcvf egctl_latest_darwin_arm64.tar.gz bin/darwin/arm64/egctl
83
83
zip -r egctl_latest_windows_amd64.zip bin/windows/amd64/egctl
84
- zip -r egctl_latest_windows_arm64.zip bin/windows/arm64/egctl
85
84
86
85
# Ignore the error when we delete the latest release, it might not exist.
87
86
@@ -127,7 +126,6 @@ jobs:
127
126
egctl_latest_darwin_amd64.tar.gz
128
127
egctl_latest_darwin_arm64.tar.gz
129
128
egctl_latest_windows_amd64.zip
130
- egctl_latest_windows_arm64.zip
131
129
body : |
132
130
This is the "latest" release of **Envoy Gateway**, which contains the most recent commits from the main branch.
133
131
Original file line number Diff line number Diff line change 95
95
tar -zcvf egctl_${{ env.release_tag }}_darwin_amd64.tar.gz bin/darwin/amd64/egctl
96
96
tar -zcvf egctl_${{ env.release_tag }}_darwin_arm64.tar.gz bin/darwin/arm64/egctl
97
97
zip -r egctl_${{ env.release_tag }}_windows_amd64.zip bin/windows/amd64/egctl
98
- zip -r egctl_${{ env.release_tag }}_windows_arm64.zip bin/windows/arm64/egctl
99
98
100
99
- name : Upload Release Manifests
101
100
uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
@@ -115,4 +114,3 @@ jobs:
115
114
egctl_${{ env.release_tag }}_darwin_amd64.tar.gz
116
115
egctl_${{ env.release_tag }}_darwin_arm64.tar.gz
117
116
egctl_${{ env.release_tag }}_windows_amd64.zip
118
- egctl_${{ env.release_tag }}_windows_arm64.zip
You can’t perform that action at this time.
0 commit comments