Redistributable builds
Build Clash / build (push) Successful in 37s

This commit is contained in:
2026-08-11 12:28:39 -07:00
parent 73066f409a
commit b530aab00f
3 changed files with 24 additions and 5 deletions
+2 -2
View File
@@ -28,13 +28,13 @@ jobs:
EOF
- name: Build
run: |
make -C "${{ gitea.workspace }}/clash"
make -C "${{ gitea.workspace }}/clash" deploy-build
- name: Prepare archive
run: |
mkdir usr/
target="${PWD}/usr"
cd "${{ gitea.workspace }}/clash"
make PREFIX="${target}" install
make PREFIX="${target}" deploy-install
- name: Make artifact name
id: name
run: |