Skip to content

Commit 10cd6c0

Browse files
authored
Update build.yml
1 parent d635734 commit 10cd6c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
echo "Uploading to Odysen CI CDN..."
4040
ls out
4141
sleep 4
42-
curl -H "authorization: ${{ env.KEY }}" -H "content-type: multipart/form-data" -H "x-zipline-folder: ${{ env.CIUUID }}" https://${{ env.HOST }}/api/upload -F "file=@$(find out | grep .iso)"
42+
curl -H "authorization: ${{ secrets.CDN_KEY }}" -H "content-type: multipart/form-data" -H "x-zipline-folder: ${{ secrets.CDN_CIUUID }}" https://${{ secrets.CDN_HOST }}/api/upload -F "file=@$(find out | grep .iso)"
4343

0 commit comments

Comments
 (0)