From 32440b6f12d3d4bb6971400ad5877a04d464dbb1 Mon Sep 17 00:00:00 2001 From: "Julien M." Date: Fri, 28 Jun 2024 10:34:44 +0200 Subject: [PATCH] fix(ci): copy LICENSE file since it's mandatory on official repository --- .github/workflows/packager.yml | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/packager.yml b/.github/workflows/packager.yml index d0d67b8c..c3f23d01 100644 --- a/.github/workflows/packager.yml +++ b/.github/workflows/packager.yml @@ -139,6 +139,9 @@ jobs: # include compiled translations sed -i "s|^*.qm.*| |" .gitignore + include LICENSE file since it's mandatory + cp LICENSE ${{ env.PROJECT_FOLDER }}/ + # git add full project git add ${{ env.PROJECT_FOLDER }}/ diff --git a/.gitignore b/.gitignore index 02eec5cd..16d61d86 100644 --- a/.gitignore +++ b/.gitignore @@ -140,3 +140,4 @@ qtribu/gui/*.db # jb stuff .idea +qtribu/LICENSE