Fix artifact name
This commit is contained in:
4
.github/workflows/build-stable.yml
vendored
4
.github/workflows/build-stable.yml
vendored
@@ -44,12 +44,12 @@ jobs:
|
||||
export BUILD_NUMBER_111=${{ env.workflow }}
|
||||
./gradlew createReobfPaperclipJar --stacktrace --no-daemon
|
||||
- name: Rename Jar
|
||||
run: "mv build/libs/keyi-paperclip-${{ env.MC_VERSION }}-R0.1-SNAPSHOT-reobf.jar build/libs/keyi-${{ env.MC_VERSION }}-${{ env.ref }}-${{ env.workflow }}.jar"
|
||||
run: "mv build/libs/keyi-paperclip-${{ env.MC_VERSION }}-R0.1-SNAPSHOT-reobf.jar build/libs/keyi-stable-${{ env.MC_VERSION }}-${{ env.workflow }}.jar"
|
||||
- name: Release Artifacts
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
title: "[${{ env.ref }}] #${{ env.workflow }}"
|
||||
automatic_release_tag: ${{ env.ref }}-1.19.2-${{ env.workflow }}
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
files: build/libs/keyi-${{ env.MC_VERSION }}-${{ env.ref }}-${{ env.workflow }}.jar
|
||||
files: build/libs/keyi-stable-${{ env.MC_VERSION }}-${{ env.workflow }}.jar
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user