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 158f93b commit f0bd7be
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 && ls build/libs
run: ./gradlew build
- name: Read Properties
id: readproperties
uses: BrycensRanch/read-properties-action@v1
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
with:
files: build/lib/*
files: build/libs/*
tag_name: 'snapshot'
name: ${{steps.readproperties.outputs.mod_name}} ${{steps.readproperties.outputs.mod_version}} (${{ github.sha }})
draft: false

0 comments on commit f0bd7be

Please sign in to comment.