From 3b5606b1ffc567b87b5a536cea3ec2f01394e9c1 Mon Sep 17 00:00:00 2001 From: suika <2320837+Suika@users.noreply.github.com> Date: Sat, 29 May 2021 23:07:57 +0200 Subject: [PATCH] Files that do not exists can't be chowned --- .github/workflows/release.yml | 2 +- static/build_files/linux/linux_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50ef9860..02a7aecd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,7 +128,7 @@ jobs: run: | sudo chown --recursive 1000:1000 dist/client sudo find dist/client -type d -exec chmod 0755 {} \; - sudo chmod +x dist/client/client dist/client/server dist/client/client.py dist/client/server.py dist/client/bin/swfrender_linux + sudo chmod +x dist/client/client dist/client/server dist/client/bin/swfrender_linux - name: Compress Client run: | diff --git a/static/build_files/linux/linux_build.yml b/static/build_files/linux/linux_build.yml index b39fac11..fddd896b 100644 --- a/static/build_files/linux/linux_build.yml +++ b/static/build_files/linux/linux_build.yml @@ -61,7 +61,7 @@ jobs: run: | sudo chown --recursive 1000:1000 dist/client sudo find dist/client -type d -exec chmod 0755 {} \; - sudo chmod +x dist/client/client dist/client/server dist/client/client.py dist/client/server.py dist/client/bin/swfrender_linux + sudo chmod +x dist/client/client dist/client/server dist/client/bin/swfrender_linux - name: Compress Client run: |