diff --git a/.gitea/workflows/build-debian-package.yml b/.gitea/workflows/build-debian-package.yml index 594d127..25dab5f 100644 --- a/.gitea/workflows/build-debian-package.yml +++ b/.gitea/workflows/build-debian-package.yml @@ -26,12 +26,12 @@ jobs: - name: "Build .deb" run: dpkg-deb --root-owner-group --build ./alumnihub_10.0_amd64 - name: "Upload .deb" - run: curl --user ${{ secrets.CI_RUNNER_USER }}:${{ secrets.CI_RUNNER_TOKEN }} --upload-file ./alumnihub_10.0_amd64.deb https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/debian/pool/trixie/main/upload - - uses: https://github.com/christopherHX/gitea-upload-artifact@v4 - with: - # A file, directory or wildcard pattern that describes what to upload - # Required. - path: . - retention-days: 5 - overwrite: true - include-hidden-files: true \ No newline at end of file + 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: https://github.com/christopherHX/gitea-upload-artifact@v4 + # with: + # # A file, directory or wildcard pattern that describes what to upload + # # Required. + # path: . + # retention-days: 5 + # overwrite: true + # include-hidden-files: true \ No newline at end of file