Skip to content

Commit

Permalink
Merge branch 'jarfile-jobs' of https://github.com/Andrew5057/java-dod…
Browse files Browse the repository at this point in the history
…geball into jarfile-jobs
  • Loading branch information
Andrew5057 committed May 29, 2024
2 parents 8195c00 + f6c4a6b commit 0991888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0991888

Please sign in to comment.