Create a release with all Modules as artifacts
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m45s
All checks were successful
build-debian-package / Build the debian package (push) Successful in 4m45s
This commit is contained in:
@@ -23,4 +23,9 @@ jobs:
|
||||
- name: "Build .deb"
|
||||
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
|
||||
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
|
||||
with:
|
||||
files: |-
|
||||
./alumnihub_10.0_amd64.deb
|
||||
./alumnihub_10.0_amd64/opt/alumnihub/Packages/*.nupkg
|
||||
Reference in New Issue
Block a user