Skip to content

Commit

Permalink
Update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alcatrazEscapee committed Jun 11, 2023
1 parent 2cd7456 commit 2b7ae6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.get_version.outputs.result }}
release_name: No Tree Punching 1.19.2-${{ steps.get_version.outputs.result }}
release_name: No Tree Punching 1.20-${{ steps.get_version.outputs.result }}
body: |
[This was an automatic build]
// todo: add changelog
Expand All @@ -57,8 +57,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./Forge/build/libs/notreepunching-forge-1.19.2-${{ steps.get_version.outputs.result }}.jar
asset_name: notreepunching-forge-1.19.2-${{ steps.get_version.outputs.result }}.jar
asset_path: ./Forge/build/libs/notreepunching-forge-1.20-${{ steps.get_version.outputs.result }}.jar
asset_name: notreepunching-forge-1.20-${{ steps.get_version.outputs.result }}.jar
asset_content_type: application/java-archive
- name: Upload Fabric Jar
id: upload_fabric_jar
Expand All @@ -67,7 +67,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./Fabric/build/libs/notreepunching-fabric-1.19.2-${{ steps.get_version.outputs.result }}.jar
asset_name: notreepunching-fabric-1.19.2-${{ steps.get_version.outputs.result }}.jar
asset_path: ./Fabric/build/libs/notreepunching-fabric-1.20-${{ steps.get_version.outputs.result }}.jar
asset_name: notreepunching-fabric-1.20-${{ steps.get_version.outputs.result }}.jar
asset_content_type: application/java-archive

0 comments on commit 2b7ae6e

Please sign in to comment.