Skip to content

Commit d22a57b

Browse files
committed
Try adding a missing meta argument for the builder
QuiltMC/update-quilt-meta#25 changed how this gets called, so let's try this!
1 parent d458a26 commit d22a57b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
with:
3030
b2-key-id: ${{ secrets.META_B2_KEY_ID }}
3131
b2-key: ${{ secrets.META_B2_KEY }}
32-
cf-key: ${{ secrets.META_CF_KEY }}
32+
cf-key: ${{ secrets.META_CF_KEY }}
33+
cf-base-url: "https://meta.quiltmc.org/"

0 commit comments

Comments
 (0)