File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,13 @@ jobs:
26
26
run : npx wrangler build
27
27
28
28
- name : Add Header
29
- run : echo "/*!\n * v2ray Subscription Worker v1.6\n * Copyright 2023 Vahid Farid (https://twitter.com/vahidfarid)\n * Licensed under GPLv3 (https://github.com/vfarid/v2ray-worker-sub/blob/main/Licence.md)\n */\n\n$(cat ${{ github.workspace }}/dist/worker.js)" > ${{ github.workspace }}/dist/worker.js
29
+ run : echo -e "/*!\n * v2ray Subscription Worker v1.6\n * Copyright 2023 Vahid Farid (https://twitter.com/vahidfarid)\n * Licensed under GPLv3 (https://github.com/vfarid/v2ray-worker-sub/blob/main/Licence.md)\n */\n\n$(cat ${{ github.workspace }}/dist/worker.js)" > ${{ github.workspace }}/dist/worker.js
30
30
31
31
- name : Upload to Artifacts
32
32
uses : actions/upload-artifact@v4
33
33
with :
34
34
name : worker
35
35
path : ${{ github.workspace }}/dist/worker.js
36
- compression-level : 0
37
36
38
37
- name : Upload to GitHub Release
39
38
uses : svenstaro/upload-release-action@v2
You can’t perform that action at this time.
0 commit comments