Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BasieBrinkie committed Jan 7, 2022
2 parents ecd4c10 + dd9d1b4 commit 2bc827a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
uses: actions/checkout@v2
- name: Prepare Modpack Files
run: |
mkdir tmp/modpack
cp modpack tmp/modpack
mkdir -p tmp/modpack
cp -R modpack tmp/modpack
- name: Download mods
run: |
java -jar serverpack/ModpackDownloader-cli-0.7.1.jar -manifest ../modpack/manifest.json -folder ../modpack/overrides/mods
java -jar serverpack/ModpackDownloader-cli-0.7.1.jar -manifest tmp/modpack/manifest.json -folder tmp/modpack/overrides/mods
ls -a modpack/overrides/mods
- name: Make Server-pack
run: |
Expand Down

0 comments on commit 2bc827a

Please sign in to comment.