Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathildeuh committed Jun 1, 2024
1 parent a766b3d commit adf4665
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
# Build with Gradle Wrapper
- name: Build with Gradle Wrapper
run: ./gradlew clean shadowJar -b alt.gradle
- name: Build with Gradle Wrapper
run: ls ./out


# Create Draft Release
- name: Create Draft Release
Expand All @@ -61,7 +64,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./out/WorldManager-0.jar
run: ls ./out


# Publish Release
- name: Publish Release
Expand Down

0 comments on commit adf4665

Please sign in to comment.