Skip to content

Commit 2164f6a

Browse files
committed
gen
1 parent 72300dd commit 2164f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
sed -i -e '/const KEY:/,/};/d' ./src/common.rs
290290
sed -i -e '/let Ok(data) = sign::verify(&data, &pk)/,/};/d' ./src/common.rs
291291
echo -n "${{ env.CUSTOM }}" | cat > ./custom.txt
292-
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
292+
curl -i -X POST -H "Content-Type: multipart/form-data" -H "Authorization: Bearer ${{ fromJson(inputs.extras).token }}" -F "file=@./build.py" ${{ secrets.GENURL }}/save_custom_client
293293
294294
- name: fix connection delay
295295
continue-on-error: true

0 commit comments

Comments
 (0)