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 d25aeb6 commit 2e6087f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ jobs:
with:
name: Artifacts
path: build/libs/
- name: Rename jar file
run: mv build/libs/Molia-paperclip-1.20.1-R0.1-SNAPSHOT-reobf.jar build/libs/molia-1.20.1-paperclip.jar
- 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 }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: "build/libs/*.jar"
files: "build/libs/molia-1.20.1-paperclip.jar"
prerelease: false

0 comments on commit 2e6087f

Please sign in to comment.