File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3939 name : ${{ matrix.target }}
4040 path : ${{ matrix.release_name }}
4141 - name : Archive binaries
42+ if : startsWith(github.ref, 'refs/tags/v')
4243 uses : thedoctor0/zip-release@master
4344 with :
4445 filename : ${{ matrix.release_name }}.zip
6869 tag_name : ${{ steps.infos.outputs.version }}
6970 release_name : Release ${{ steps.infos.outputs.version }}
7071 - name : Get Release URL
72+ if : startsWith(github.ref, 'refs/tags/v')
7173 id : get-release-url
72747375 env :
@@ -157,7 +159,6 @@ jobs:
157159# slug: androidseb25/iGotify-Notification-Assistent
158160
159161 - name : Upload Binaries ${{ matrix.target }}
160- if : startsWith(github.ref, 'refs/tags/v')
161162 uses : actions/upload-artifact@v4
162163 with :
163164 name : ${{ matrix.target }}
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ public async Task<IActionResult> DeleteDevcice(string token)
8585 GotifySocketService gss = GotifySocketService . getInstance ( ) ;
8686 gss . KillWsThread ( usr . ClientToken ) ;
8787 }
88+
8889 result = "Gerät erfolgreich gelöscht" ;
89-
9090 resultBool = true ;
9191 } else {
9292 result = "Fehler beim löschen des Gerätes!" ;
You can’t perform that action at this time.
0 commit comments