Compare commits

..

2 Commits

Author SHA1 Message Date
90e690ffc2
add package publish step
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 8m55s
2024-01-08 14:53:48 -08:00
69535b20d0
actions runs expire, use generic package instead 2024-01-08 14:45:49 -08:00
2 changed files with 4 additions and 2 deletions

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()

View File

@ -4,8 +4,8 @@
.dependencies = .{ .dependencies = .{
.aws = .{ .aws = .{
.url = "https://git.lerch.org/lobo/aws-sdk-for-zig/actions/runs/63/artifacts/35", .url = "https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/d08d0f338fb86f7d679a998ff4f65f4e2d0db595/d08d0f338fb86f7d679a998ff4f65f4e2d0db595-with-models.tar.gz",
.hash = "12203d7c04dc46f3de16c1a0cd31cdcd1c5137f0c1f6bdac86e6d8bfae09f20dc9b6", .hash = "1220c8871d93592680ea2dcc88cc52fb4f0effabeed0584d2a5c54f93825741b7c66",
}, },
.smithy = .{ .smithy = .{
.url = "https://git.lerch.org/lobo/smithy/archive/41b61745d25a65817209dd5dddbb5f9b66896a99.tar.gz", .url = "https://git.lerch.org/lobo/smithy/archive/41b61745d25a65817209dd5dddbb5f9b66896a99.tar.gz",