Skip to content

Commit

Permalink
Merge pull request #180 from geotribu/ci/fiw-missing-license-file
Browse files Browse the repository at this point in the history
fix(ci): copy LICENSE file since it's mandatory on official repository
  • Loading branch information
Guts authored Jun 28, 2024
2 parents c7f7093 + 32440b6 commit c1becab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}/
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,4 @@ qtribu/gui/*.db

# jb stuff
.idea
qtribu/LICENSE

0 comments on commit c1becab

Please sign in to comment.