Skip to content

Commit

Permalink
Don't include licence in releases
Browse files Browse the repository at this point in the history
It's already within the source code and the jars, there's really no need to include it within the release files too.
  • Loading branch information
Protonull committed Jan 21, 2025
1 parent 83720e6 commit 6ecb872
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
prerelease: true
title: "Latest Build"
files: |
LICENSE.txt
dist/*.jar
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

- name: "Publishing CivModern"
run: |
gh release upload ${{ github.event.release.tag_name }} "LICENSE.txt" --clobber
for file in $(find "dist/" -maxdepth 1 -type f -name "*.jar"); do
echo "Uploading $file"
gh release upload ${{ github.event.release.tag_name }} "$file" --clobber
Expand Down

0 comments on commit 6ecb872

Please sign in to comment.