Добавил gitea.workspace там где требуется
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user