change publish source
All checks were successful
Generic zig build / build (push) Successful in 1m39s

This commit is contained in:
Emil Lerch 2025-04-10 18:19:16 -07:00
parent 85bc4e1286
commit 45eae9800f
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -24,7 +24,7 @@ jobs:
- name: Publish build - name: Publish build
run: | run: |
curl --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} \ curl --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} \
--upload-file ${{ runner.temp }}/zig-out/bin/syncthing_events \ --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 }} https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/${{ github.sha }}/syncthing_events-x86_64-linux-${{ github.sha }}
- name: Notify - name: Notify
uses: elerch/action-notify-ntfy@v2.github uses: elerch/action-notify-ntfy@v2.github