Tidy: Pipeline naming and whitespace changes
This commit is contained in:
@@ -4,7 +4,6 @@ on:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build the debian package
|
||||
@@ -24,7 +23,8 @@ jobs:
|
||||
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
|
||||
- uses: akkuman/gitea-release-action@v1
|
||||
- name: "Create release"
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files: |-
|
||||
./alumnihub_10.0_amd64.deb
|
||||
|
||||
Reference in New Issue
Block a user