Skip to content

Commit

Permalink
Use Markdown version for better readability
Browse files Browse the repository at this point in the history
Markdown version obtained directly from http://www.gnu.org/licenses/gpl-3.0.md with no modifications of any kind.
Update "create_release.yml" to use new file extension.
  • Loading branch information
maneatingape committed Jul 25, 2020
1 parent b4824f9 commit d41d281
Show file tree
Hide file tree
Showing 3 changed files with 676 additions and 675 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
mkdir rsvp
cp -r src/*.ks rsvp
cp LICENSE.txt rsvp
cp LICENSE.md rsvp
echo $RELEASE_VERSION > rsvp/VERSION.txt
date -u >> rsvp/VERSION.txt
zip -r rsvp.zip rsvp
Expand Down
Loading

0 comments on commit d41d281

Please sign in to comment.