change publish source
All checks were successful
Generic zig build / build (push) Successful in 1m39s
All checks were successful
Generic zig build / build (push) Successful in 1m39s
This commit is contained in:
parent
85bc4e1286
commit
45eae9800f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue