From f6c4a6b0162fdcee65f078967be112604a338bc4 Mon Sep 17 00:00:00 2001 From: Andrew Yim <84680088+Andrew5057@users.noreply.github.com> Date: Wed, 29 May 2024 08:59:10 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 245b6af..a60f670 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,10 +6,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: jar --create --file="Play Dodgeball.jar" --main-class=dodgeball.client.PlayDodgeball dodgeball.game dodgeball.client + - run: jar --create --file="Play Dodgeball.jar" --main-class=dodgeball.client.PlayDodgeball dodgeball/game dodgeball/client jarify-server: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: jar --create --file="Host Dodgeball.jar" --main-class=dodgeball.server.RunDodgeball dodgeball.game dodgeball.server + - run: jar --create --file="Host Dodgeball.jar" --main-class=dodgeball.server.RunDodgeball dodgeball/game dodgeball/server