From 67edd510f223e9371a8d637036905397202a0f1e Mon Sep 17 00:00:00 2001 From: UncertainProd Date: Sun, 5 Sep 2021 04:04:45 +0530 Subject: [PATCH] actions change --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4058e5f..cf7e982 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - os: ubuntu-latest TARGET: ubuntu CMD_BUILD: > - pyinstaller --noconfirm --onedir --windowed --icon "./src/image-assets/appicon.ico" --name "Spritesheet and XML Generator for Friday Night Funkin" --noupx --add-data "./src/image-assets;image-assets/" "./src/xmlpngUI.py" && + pyinstaller --noconfirm --onedir --windowed --icon "./src/image-assets/appicon.ico" --name "Spritesheet and XML Generator for Friday Night Funkin" --noupx --add-data "./src/image-assets:image-assets/" "./src/xmlpngUI.py" && cd dist/ && zip -r9 "FnFXMLGen-Linux.zip" "Spritesheet and XML Generator for Friday Night Funkin/" OUT_FILE_NAME: FnFXMLGen-Linux.zip