gen
This commit is contained in:
1
.github/workflows/generator-linux.yml
vendored
1
.github/workflows/generator-linux.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user