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
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
with:
|
||||
name: Mirai-1.19
|
||||
path: build/libs/mirai-paperclip-1.19-R0.1-SNAPSHOT-reobf.jar
|
||||
name: Mirai-1.19.2
|
||||
path: build/libs/mirai-paperclip-1.19.2-R0.1-SNAPSHOT-reobf.jar
|
||||
# - name: Release
|
||||
# if: github.ref_name == 'ver/1.19'
|
||||
# uses: marvinpinto/action-automatic-releases@v1.2.1
|
||||
|
||||
Reference in New Issue
Block a user