silent curl download in ci
This commit is contained in:
parent
131b792cea
commit
d7b48b11f3
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: zig build -Doptimize=ReleaseSafe -Dtarget=x86_64-linux
|
||||
- name: Publish build
|
||||
run: |
|
||||
curl --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} \
|
||||
curl -s --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} \
|
||||
--upload-file zig-out/bin/syncthing_events \
|
||||
https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/${{ github.sha }}/syncthing_events-x86_64-linux-${{ github.sha }}
|
||||
- name: Prepare docker image
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue