Добавил gitea.workspace там где требуется

This commit is contained in:
2026-06-13 23:57:26 +07:00
parent 7bf93432a4
commit 7ac375e5b4
+2 -2
View File
@@ -21,10 +21,10 @@ jobs:
cd ..
- name: Make compile script executable
run: chmod +x ./compile.sh
run: chmod +x ${{ gitea.workspace }}/compile.sh
- name: Compile
run: |
./compile.sh
sh ${{ gitea.workspace }}/compile.sh
zip -r release-linux.zip OUTPUT-Linux || true
zip -r release-w64.zip OUTPUT-w64 || true