Skip to content

Commit fde1a15

Browse files
Update UploadToCDN.yml
1 parent 01e7ec5 commit fde1a15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/UploadToCDN.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# .github/workflows/upload_to_r2.yml
12
name: Upload and Notify
23
on:
34
workflow_dispatch:
@@ -94,7 +95,7 @@ jobs:
9495
"timestamp": "TIMESTAMP_PLACEHOLDER"
9596
}]
9697
}
97-
EOF
98+
EOF
9899
99100
# Use jq to safely inject our variables
100101
jq --arg ver "$VERSION" \

0 commit comments

Comments
 (0)