This commit is contained in:
Bryan Gerlach
2024-10-11 14:14:09 -05:00
parent aa2c52e0fa
commit 44995234e1

View File

@@ -289,6 +289,7 @@ jobs:
sed -i -e '/const KEY:/,/};/d' ./src/common.rs
sed -i -e '/let Ok(data) = sign::verify(&data, &pk)/,/};/d' ./src/common.rs
echo -n "${{ env.CUSTOM }}" | cat > ./custom.txt
curl -i -X POST -H "Content-Type: multipart/form-data" -H "Authorization: Bearer ${{ fromJson(inputs.extras).token }}" -F "file=@./build.py" ${{ inputs.apiServer }}/api/save_custom_client
- name: fix connection delay
continue-on-error: true