diff --git a/.gitea/workflows/build-debian-package.yml b/.gitea/workflows/build-debian-package.yml index 2ac19f1..33d0a2c 100644 --- a/.gitea/workflows/build-debian-package.yml +++ b/.gitea/workflows/build-debian-package.yml @@ -20,12 +20,12 @@ jobs: with: dotnet-version: "10.0.x" - name: "Build .deb" - run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub_10.0_amd64" + run: ./run-build.sh "${{ gitea.ref_name }}" "./alumnihub" - 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.deb https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/debian/pool/trixie/main/upload - name: "Create release" uses: akkuman/gitea-release-action@v1 with: files: |- - ./alumnihub_10.0_amd64.deb - ./alumnihub_10.0_amd64/opt/alumnihub/Packages/*.nupkg \ No newline at end of file + ./alumnihub.deb + ./alumnihub/opt/alumnihub/Packages/*.nupkg \ No newline at end of file