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 a971b94 commit a766b3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./out/WorldManager-0.jar # Replace with the path to your artifact
asset_path: ./out/WorldManager-0.jar
run: ls ./out

# Publish Release
- name: Publish Release
Expand Down

0 comments on commit a766b3d

Please sign in to comment.