From ffb38a6ac88da710745eb4503a7c132a256f4da1 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Tue, 9 May 2023 17:17:04 -0500 Subject: [PATCH] Test 2 Fixes --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3198697..983ddaea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: - name: Set Permissions run: | - sudo chown --recursive 1000:1000 dist/client + sudo chown --recursive 1000:1000 dist/hydrus_client sudo find dist/hydrus_client -type d -exec chmod 0755 {} \; sudo chmod +x dist/hydrus_client/client dist/hydrus_client/server dist/hydrus_client/bin/swfrender_linux - @@ -193,7 +193,7 @@ jobs: move hydrus\static\build_files\windows\server-win.spec server-win.spec pyinstaller server-win.spec pyinstaller client-win.spec - move hydrus_client "Hydrus Network" + move dist\hydrus_client "dist\Hydrus Network" dir -r - # yo pretty sure we'll need to install this manually once we are on windows server 2022