add package publish step
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 8m55s

This commit is contained in:
Emil Lerch 2024-01-08 14:53:48 -08:00
parent 69535b20d0
commit 90e690ffc2
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -62,6 +62,8 @@ jobs:
with: with:
name: ${{ github.sha }}-with-models.tar.gz name: ${{ github.sha }}-with-models.tar.gz
path: '${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz' path: '${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz'
- name: Publish
run: 'curl --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} --upload-file ${{ runner.temp }}/${{ github.sha }}-with-models.tar.gz https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/${{ github.sha }}/${{ github.sha }}-with-models.tar.gz'
- name: Notify - name: Notify
uses: https://git.lerch.org/lobo/action-notify-ntfy@v2 uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
if: always() if: always()