Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHua269 authored Oct 1, 2023
1 parent 2e6087f commit a203508
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
- name: Release Artifacts
uses: svenstaro/upload-release-action@v2
with:
title: "Molia MC1.20.1 - ${{ env.Compile_Date }}"
automatic_release_tag: "1.20.1-${{ env.Compile_Date }}"
release_name: "Molia MC1.20.1 - ${{ env.Compile_Date }}"
tag: "1.20.1-${{ env.Compile_Date }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: "build/libs/molia-1.20.1-paperclip.jar"
file: "build/libs/molia-1.20.1-paperclip.jar"
file_glob: true
prerelease: false

0 comments on commit a203508

Please sign in to comment.