Fix GitHub actions archiving
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -34,8 +34,8 @@ jobs:
|
|||||||
- name: Archive Paperclip
|
- name: Archive Paperclip
|
||||||
uses: actions/upload-artifact@v3.1.0
|
uses: actions/upload-artifact@v3.1.0
|
||||||
with:
|
with:
|
||||||
name: Mirai-1.19
|
name: Mirai-1.19.2
|
||||||
path: build/libs/mirai-paperclip-1.19-R0.1-SNAPSHOT-reobf.jar
|
path: build/libs/mirai-paperclip-1.19.2-R0.1-SNAPSHOT-reobf.jar
|
||||||
# - name: Release
|
# - name: Release
|
||||||
# if: github.ref_name == 'ver/1.19'
|
# if: github.ref_name == 'ver/1.19'
|
||||||
# uses: marvinpinto/action-automatic-releases@v1.2.1
|
# uses: marvinpinto/action-automatic-releases@v1.2.1
|
||||||
|
|||||||
Reference in New Issue
Block a user