trigger workflow
Some checks failed
Pack ZIP / zip (push) Failing after 0s

This commit is contained in:
Torsten Brendgen
2026-04-10 23:11:11 +02:00
parent 5462c7b22f
commit 2c902ae3c0

View File

@@ -1,18 +1,22 @@
name: ARM Test
name: Pack ZIP
on:
push:
branches: [ main, master ]
jobs:
test:
zip:
runs-on: debian-12
steps:
- name: Architektur prüfen
- name: ZIP aus aktuellem Repo bauen
run: |
uname -m
arch
- name: OS prüfen
run: |
cat /etc/os-release
set -e
mkdir -p /tmp/build
cd /tmp/build
rm -rf repo output
git clone http://oauth2:${GITEA_TOKEN}@10.10.2.140:3000//Torsten/HailMaryGuildTools.git repo
mkdir -p output
cd repo
zip -r ../output/release.zip .
ls -lh ../output/release.zip