mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
修正action
This commit is contained in:
3
.github/workflows/build_release_extra.yml
vendored
3
.github/workflows/build_release_extra.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
#run-on-arch-action中,不能使用 GITHUB_PATH; 否则会显示 line 8: GITHUB_PATH: unbound variable
|
||||
run: |
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
cd cmd/verysimple/ && make -f Makefile_r_gui PACKNAME=vs_gui_ubuntu_arm64 BUILD_VERSION=${{ github.event.inputs.tagName }} && touch -mt $(date +%Y01010000) *.tar.xz
|
||||
cd cmd/verysimple/ && make -f Makefile_r_gui.mk PACKNAME=vs_gui_ubuntu_arm64 BUILD_VERSION=${{ github.event.inputs.tagName }} && touch -mt $(date +%Y01010000) *.tar.xz
|
||||
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
@@ -113,7 +113,6 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
cd cmd/verysimple
|
||||
rm verysimple*
|
||||
touch -mt $(date +%Y01010000) *.tar.xz
|
||||
|
||||
- name: Upload binaries to release
|
||||
|
||||
Reference in New Issue
Block a user