Skip to content

Commit

Permalink
Include readme in the server
Browse files Browse the repository at this point in the history
  • Loading branch information
BasieBrinkie authored Jan 8, 2022
1 parent fa7d890 commit 8ebf063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ jobs:
run: |
mkdir -p serverpack/server
cp -R modpack/overides serverpack/server
cp modpack/manifest.json serverpack/server/manifest.json
cd serverpack
mv server-files/README.txt server/README.txt
java -jar ModpackDownloader-cli-0.7.1.jar -manifest server/manifest.json -folder server/mods
- name: Generate Server-pack
run: |
Expand Down

0 comments on commit 8ebf063

Please sign in to comment.