feat: 上文件版本
/ release (push) Successful in 22s
Details
/ release (push) Successful in 22s
Details
This commit is contained in:
parent
9eb7bbab7a
commit
36048ca0ad
|
@ -23,11 +23,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
curl --user lovezsh:${{secrets.ACTION_ACCESS_GIT}} \
|
curl --user lovezsh:${{secrets.ACTION_ACCESS_GIT}} \
|
||||||
--upload-file ./nip \
|
--upload-file ./nip \
|
||||||
https://git.lovezsh.com/api/packages/lovezsh/generic/nip/1.0.0/nip_linux_amd64
|
https://git.lovezsh.com/api/packages/lovezsh/generic/nip/${{gitea.ref_name}}/nip_linux_amd64
|
||||||
|
|
||||||
- name: 上传lwindows编译文件
|
- name: 上传lwindows编译文件
|
||||||
run: |
|
run: |
|
||||||
curl --user lovezsh:${{secrets.ACTION_ACCESS_GIT}} \
|
curl --user lovezsh:${{secrets.ACTION_ACCESS_GIT}} \
|
||||||
--upload-file ./nip.exe \
|
--upload-file ./nip.exe \
|
||||||
https://git.lovezsh.com/api/packages/lovezsh/generic/nip/1.0.0/nip_windows_amd64.exe
|
https://git.lovezsh.com/api/packages/lovezsh/generic/nip/${{gitea.ref_name}}/nip_windows_amd64.exe
|
||||||
|
|
Loading…
Reference in New Issue