From 67579af3b5a7804d68737a194ab3af4d054620cf Mon Sep 17 00:00:00 2001 From: StuSerious Date: Tue, 6 Jun 2023 09:24:25 +0200 Subject: [PATCH] fix: add resources location for icon bitmap --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a98a3b2..f261c92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,7 @@ jobs: --add-data "${{ steps.customtkinter.outputs.location }}/customtkinter;customtkinter/" ` --add-data "src/threedy/interface;interface/" ` --add-data "src/threedy/modules;modules/" ` + --add-data "src/threedy/resources;resources/" ` "src/threedy/main.py" - name: Upload Release Asset