Skip to content

Commit 1ce8206

Browse files
committed
ci: update GitHub actions
1 parent 6e5f6f6 commit 1ce8206

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
release_name: Version ${{ github.event.inputs.version }}
4949
draft: true
5050
prerelease: false
51+
commitish: master
5152

5253
# Upload Jar
5354
- name: Upload a Release Asset
@@ -57,6 +58,6 @@ jobs:
5758
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5859
with:
5960
upload_url: ${{ steps.create_release.outputs.upload_url }}
60-
asset_path: ./build/mirai
61+
asset_path: ./build/mirai/mirai-console-lolicon-${{ github.event.inputs.version }}.mirai.jar
6162
asset_name: mirai-console-lolicon-${{ github.event.inputs.version }}.mirai.jar
6263
asset_content_type: application/jar

0 commit comments

Comments
 (0)