Skip to content

Commit

Permalink
fix: also include waterfall.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dayyeeet committed Jun 9, 2024
1 parent 0ea3612 commit 77675f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
mkdir -p ${{ github.event.inputs.proxy_type }}
docker cp -q minecraft-server:/server/velocity.toml ./${{ github.event.inputs.proxy_type }}/velocity.toml || echo "not found, skipping"
docker cp -q minecraft-server:/server/config.yml ./${{ github.event.inputs.proxy_type }}/config.yml || echo "not found, skipping"
docker cp -q minecraft-server:/server/waterfall.yml ./${{ github.event.inputs.proxy_type }}/waterfall.yml || echo "not found, skipping"
- name: Commit configuration files
env:
Expand Down

0 comments on commit 77675f8

Please sign in to comment.