feat: 上文件版本
/ release (push) Successful in 22s Details

This commit is contained in:
lovezsh 2024-08-25 23:21:22 +08:00
parent 9eb7bbab7a
commit 36048ca0ad
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ jobs:
run: |
curl --user lovezsh:${{secrets.ACTION_ACCESS_GIT}} \
--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编译文件
run: |
curl --user lovezsh:${{secrets.ACTION_ACCESS_GIT}} \
--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