File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,6 @@ jobs:
199199 "windows-x86_64": {
200200 "signature": "",
201201 "url": "https://github.com/jumpserver/clients/releases/download/${{ github.ref_name }}/JumpServerClient_${{ github.ref_name }}_x64.msi"
202- },
203- "linux-x86_64": {
204- "signature": "",
205- "url": "https://github.com/jumpserver/clients/releases/download/${{ github.ref_name }}/JumpServerClient_${{ github.ref_name }}_x86_64.AppImage"
206- },
207- "linux-aarch64": {
208- "signature": "",
209- "url": "https://github.com/jumpserver/clients/releases/download/${{ github.ref_name }}/JumpServerClient_${{ github.ref_name }}_aarch64.AppImage"
210202 }
211203 }
212204 }' > latest.json
@@ -217,9 +209,6 @@ jobs:
217209 draft : true
218210 files : |
219211 latest.json
220- artifacts/ubuntu-latest-app/*.deb
221- artifacts/ubuntu-latest-app/*.rpm
222- artifacts/ubuntu-latest-app/*.AppImage
223212 artifacts/macos-14-app/*.dmg
224213 artifacts/macos-14-app/*.app
225214 artifacts/windows-latest-app/*.exe
You can’t perform that action at this time.
0 commit comments