diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 70793a81..518742e2 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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 @@ -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