Fix Makefile and CI
Build Clash / build (push) Failing after 32s

This commit is contained in:
2026-08-17 17:08:24 -07:00
parent 5557f0b604
commit 58d539a822
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
archive="${PWD}/archive.tar.gz"
cd "${{ gitea.workspace }}/clash"
mkdir usr/
make PREFIX="usr/" deploy-install
make PREFIX="usr/" REAL_PREFIX="/usr/" deploy-install
tar -caf "${archive}" usr/
- name: Upload Artifacts
uses: actions/upload-artifact@v3