mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-02-08 18:56:18 +01:00
ci: Fix the binary upload, hopefully
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
0babaecd80
commit
b73fccda2b
1 changed files with 3 additions and 2 deletions
|
@ -73,8 +73,9 @@ jobs:
|
|||
curl --user :${{ secrets.DOCKER_PASSWORD }} -XDELETE \
|
||||
https://git.madhouse-project.org/api/packages/algernon/generic/iocaine/${{ steps.ver.outputs.ver }}
|
||||
curl --user :${{ secrets.DOCKER_PASSWORD }} \
|
||||
--upload-file result/bin/iocaine.zstd \
|
||||
https://git.madhouse-project.org/api/packages/algernon/generic/iocaine/${{ steps.ver.outputs.ver }}/iocaine.zstd
|
||||
--upload-file result/bin/iocaine.zst \
|
||||
--fail \
|
||||
https://git.madhouse-project.org/api/packages/algernon/generic/iocaine/${{ steps.ver.outputs.ver }}/iocaine.zst
|
||||
|
||||
container:
|
||||
runs-on: nixos-latest
|
||||
|
|
Loading…
Reference in a new issue