Skip to content

Commit

Permalink
Update actions to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
alcatrazEscapee committed Nov 30, 2022
1 parent 56a72d4 commit a671ffb
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 @@ -36,7 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.get_version.outputs.result }}
release_name: Primal Winter 1.18.2-${{ steps.get_version.outputs.result }}
release_name: Primal Winter 1.19.2-${{ steps.get_version.outputs.result }}
body: |
[This was an automatic build]
// todo: add changelog
Expand All @@ -49,8 +49,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./Forge/build/libs/primalwinter-forge-1.18.2-${{ steps.get_version.outputs.result }}.jar
asset_name: primalwinter-forge-1.18.2-${{ steps.get_version.outputs.result }}.jar
asset_path: ./Forge/build/libs/primalwinter-forge-1.19.2-${{ steps.get_version.outputs.result }}.jar
asset_name: primalwinter-forge-1.19.2-${{ steps.get_version.outputs.result }}.jar
asset_content_type: application/java-archive
- name: Upload Fabric Jar
id: upload_fabric_jar
Expand All @@ -59,6 +59,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./Fabric/build/libs/primalwinter-fabric-1.18.2-${{ steps.get_version.outputs.result }}.jar
asset_name: primalwinter-fabric-1.18.2-${{ steps.get_version.outputs.result }}.jar
asset_path: ./Fabric/build/libs/primalwinter-fabric-1.19.2-${{ steps.get_version.outputs.result }}.jar
asset_name: primalwinter-fabric-1.19.2-${{ steps.get_version.outputs.result }}.jar
asset_content_type: application/java-archive

0 comments on commit a671ffb

Please sign in to comment.