Skip to content

Commit

Permalink
Rearrange nightly build script in attempt to fix reading of properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 committed Mar 11, 2024
1 parent 9586013 commit 82634b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Get Minecraft Version
uses: madhead/read-java-properties@latest
id: mc_version
with:
file: gradle.properties
property: minecraft_version

- name: Set up JDK
uses: actions/setup-java@v2
with:
Expand All @@ -44,13 +51,6 @@ jobs:
build/libs/*.jar
!build/libs/*-partial.jar
- name: Get Minecraft Version
uses: madhead/read-java-properties@latest
id: mc_version
with:
file: gradle.properties
property: minecraft_version

- name: Discord Notification Success
uses: tsickert/[email protected]
with:
Expand Down

0 comments on commit 82634b5

Please sign in to comment.