Add release workflow

This commit is contained in:
Michael Otto
2026-03-03 07:27:55 +01:00
parent a46b25bcc7
commit cb71f30c29

View File

@@ -15,6 +15,7 @@ jobs:
steps:
- name: Notwendige Abhängigkeiten installieren
shell: sh
run: |
apk add --no-cache git zip curl jq rsync bash
git config --global http.sslVerify false