2 Commits

Author SHA1 Message Date
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
4397453229 DEBUG: Bash script vars
Some checks failed
build-debian-package / Build the debian package (push) Failing after 2m20s
2026-01-15 09:14:21 +01:00
2 changed files with 3 additions and 1 deletions

View File

@@ -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

@@ -2,6 +2,8 @@
VERSION="$1"
DEBIAN_PACKAGE_PATH="$2"
echo $VERSION $DEBIAN_PACKAGE_PATH
echo "Version: ${VERSION}" >> $DEBIAN_PACKAGE_PATH/DEBIAN/control
dpkg-deb --root-owner-group --build $DEBIAN_PACKAGE_PATH