line continuation
Some checks failed
Build and Release / build (push) Successful in 25s
Build and Release / sign (push) Failing after 34s

This commit is contained in:
Emil Lerch 2025-07-19 14:25:17 -07:00
parent a9375b404e
commit 3928f48251
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -38,7 +38,7 @@ jobs:
- name: Publish release archive - name: Publish release archive
run: | run: |
curl -s --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} \ curl -s --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} \
--upload-file release-tracker-x86_64-linux.tar.gz --upload-file release-tracker-x86_64-linux.tar.gz \
https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/${{ github.sha }}/release-tracker-x86_64-linux.tar.gz https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/${{ github.sha }}/release-tracker-x86_64-linux.tar.gz
- name: Upload - name: Upload