From 2ab61873485ca2a307373d787f0b4d3a36b572df Mon Sep 17 00:00:00 2001 From: dany Date: Wed, 24 Jul 2024 16:42:57 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 807e7c8..237fdda 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -47,5 +47,9 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PAT }} - - run: echo "Generate release" + - name: Release + run: | + curl --user ${{ secrets.GT_API_USER }}:${{ secrets.GT_API_PAT }} \ + --upload-file build/application \ + https://git.iohub.dev/api/packages/dany/generic/test_package/1.0.0/application - run: docker info \ No newline at end of file