3 Commits

Author SHA1 Message Date
9f707e8504 Use only numbered tags...
All checks were successful
build-debian-package / Build the debian package (push) Successful in 3m8s
2026-01-15 09:42:32 +01:00
e0663ebfab Remove Version line from control since it'S populated via the script.
Some checks failed
build-debian-package / Build the debian package (push) Failing after 2m26s
2026-01-15 09:29:45 +01:00
492b55c313 Fix: Typo
Some checks failed
build-debian-package / Build the debian package (push) Failing after 2m20s
2026-01-15 09:18:46 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: build-debian-package
on:
push:
tags:
- v*
- '*'
jobs:
@@ -27,6 +27,6 @@ jobs:
- name: "Oqtane Framework publish"
run: dotnet publish -c Release ./oqtane.framework/Oqtane.slnx -o ./alumnihub_10.0_amd64/opt/alumnihub
- name: "Build .deb"
run: ./run-build.sh "${{ gitea.ref_name }}"" "./alumnihub_10.0_amd64"
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub_10.0_amd64"
- name: "Upload .deb"
run: curl --user kocoder:${{ secrets.REGISTRY_TOKEN_KOCODER }} --upload-file ./alumnihub_10.0_amd64.deb https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/debian/pool/trixie/main/upload

View File

@@ -1,5 +1,4 @@
Package: alumnihub
Version: 10.0-2
Architecture: amd64
Essential: no
Priority: optional