Skip to content

Commit

Permalink
Add license to package
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScorpion committed Dec 8, 2023
1 parent c0e666f commit 330140c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Package
run: |
mkdir gokart-prompt
mv gokart gokart.* README.md gokart-prompt
mv gokart gokart.* README.md LICENSE.txt gokart-prompt
tar czvf ${{ matrix.filename }}.tar.gz gokart-prompt
- uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 330140c

Please sign in to comment.