Compare commits
1 Commits
0.0.1-oqta
...
0.0.1-oqta
| Author | SHA1 | Date | |
|---|---|---|---|
| a62819232e |
@@ -2,7 +2,7 @@ name: build-debian-package
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -19,6 +19,8 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: "10.0.x"
|
dotnet-version: "10.0.x"
|
||||||
|
- name: "Configure nuget source"
|
||||||
|
run: dotnet nuget add source --name DAV --username kocoder --password ${{ secrets.REGISTRY_TOKEN_KOCODER }} https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/nuget/index.json --store-password-in-clear-text
|
||||||
- name: "Build .deb"
|
- name: "Build .deb"
|
||||||
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub" "Release"
|
run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub" "Release"
|
||||||
- name: "Upload .deb"
|
- name: "Upload .deb"
|
||||||
@@ -28,4 +30,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
./alumnihub.deb
|
./alumnihub.deb
|
||||||
./alumnihub/opt/alumnihub/Packages/*.nupkg
|
./alumnihub/opt/alumnihub/Packages/*.nupkg
|
||||||
|
|||||||
Reference in New Issue
Block a user