Skip to content

Commit d4a4f95

Browse files
committed
test
1 parent 99cfb4f commit d4a4f95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
restore-keys: |
2020
${{ runner.os }}-gradle-
2121
- uses: actions/checkout@v4
22-
- uses: madhead/read-java-properties@latest
23-
id: mod_version
22+
- uses: BrycensRanch/read-properties-action@v1
23+
id: version
2424
with:
2525
file: gradle.properties
2626
property: mod_version
@@ -41,6 +41,6 @@ jobs:
4141
- name: Upload binaries to release
4242
uses: actions/upload-artifact@v4
4343
with:
44-
name: wild_wind-${{steps.version.outputs.mod_version}}.jar
44+
name: wild_wind-${{steps.version.outputs.version}}.jar
4545
path: build/libs/wild_wind-1.0.0.jar
4646
repo-token: ${{ secrets.ACTION_TOKEN }}

0 commit comments

Comments
 (0)