From 89bd6ab9058909d8caa0dee5a9babbddfb55aeee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 16 Jul 2022 10:49:35 +0200 Subject: [PATCH] permission problem fix --- .github/workflows/build-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index aefd6f2c..441b4fcb 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -181,8 +181,8 @@ jobs: - name: Build run: | - mkdir -p build/userpatches - cp scripts/configs/* build/userpatches/ + sudo mkdir -p build/userpatches + sudo cp scripts/configs/* build/userpatches/ cd build CHUNK="${{ matrix.node }}" RELEASE=$(echo $CHUNK | cut -d":" -f1)