Skip to content

Commit

Permalink
Merge pull request #186 from PUTvision/fix-license-zipping
Browse files Browse the repository at this point in the history
Copy LICENSE to deepness.zip
  • Loading branch information
przemyslaw-aszkowski authored Oct 4, 2024
2 parents 3d68a83 + 68eb16f commit e4ff798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
mkdir -p out/deepness
cp -r src/deepness/ out/deepness/deepness
cp ./LICENSE out/deepness/deepness/
- name: Update
run: |
sudo apt update
Expand Down

0 comments on commit e4ff798

Please sign in to comment.