Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ATPStorages authored Apr 12, 2024
1 parent da5825d commit 158f93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run Data Generation (Server, Client)
run: ./gradlew runData
- name: Build JAR file
run: ./gradlew build
run: ./gradlew build && ls build/libs
- name: Read Properties
id: readproperties
uses: BrycensRanch/read-properties-action@v1
Expand All @@ -35,5 +35,5 @@ jobs:
with:
files: build/lib/*
tag_name: 'snapshot'
name: ${{steps.readproperties.outputs.mod_name}} ${{steps.readproperties.outputs.mod_version}}
name: ${{steps.readproperties.outputs.mod_name}} ${{steps.readproperties.outputs.mod_version}} (${{ github.sha }})
draft: false

0 comments on commit 158f93b

Please sign in to comment.