From 0ee19d59375693fbc6992bd87beea4663635e657 Mon Sep 17 00:00:00 2001 From: Martin Dobias Date: Thu, 20 Jun 2024 12:55:11 +0200 Subject: [PATCH] Fix LICENSE location --- .github/workflows/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 4346db76..c30e49f0 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -154,7 +154,7 @@ jobs: cp -r mergin-py-client/mergin qgis-mergin-plugin/Mergin rsync -av --exclude='test' --exclude='/__pycache__/' --exclude='*/__pycache__/' qgis-mergin-plugin/Mergin output # from 1 June 2024, plugins are required to include LICENSE file - cp qgis-mergin-plugin/LICENSE.txt output/LICENSE + cp qgis-mergin-plugin/LICENSE.txt output/Mergin/LICENSE (cd output && zip -r9 ../mergin.zip Mergin/) - uses: actions/upload-artifact@v3