Skip to content

Commit

Permalink
Fix LICENSE location
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jun 20, 2024
1 parent 2f335cd commit 0ee19d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ee19d5

Please sign in to comment.