We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5f6f6 commit 1ce8206Copy full SHA for 1ce8206
.github/workflows/Release.yml
@@ -48,6 +48,7 @@ jobs:
48
release_name: Version ${{ github.event.inputs.version }}
49
draft: true
50
prerelease: false
51
+ commitish: master
52
53
# Upload Jar
54
- name: Upload a Release Asset
@@ -57,6 +58,6 @@ jobs:
57
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
with:
60
upload_url: ${{ steps.create_release.outputs.upload_url }}
- asset_path: ./build/mirai
61
+ asset_path: ./build/mirai/mirai-console-lolicon-${{ github.event.inputs.version }}.mirai.jar
62
asset_name: mirai-console-lolicon-${{ github.event.inputs.version }}.mirai.jar
63
asset_content_type: application/jar
0 commit comments