Skip to content

Commit

Permalink
fix(ci): copy LICENSE file since it's mandatory on official repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jun 28, 2024
1 parent c7f7093 commit 32440b6
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 32440b6

Please sign in to comment.