mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2024-11-14 14:45:36 +01:00
Update maven.yml
This commit is contained in:
parent
1cdeba8df4
commit
97a7b0cb19
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
@ -91,6 +91,11 @@ jobs:
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
||||
- name: Check Folders
|
||||
run: |
|
||||
ls -R
|
||||
shell: bash
|
||||
|
||||
- name: Upload Release Asset
|
||||
id: upload-release-asset
|
||||
@ -100,5 +105,5 @@ jobs:
|
||||
draft: true
|
||||
generate_release_notes: true
|
||||
files: |
|
||||
/Server/plugins/ChestsPlusPlus-*.jar
|
||||
ChestsPlusPlus-*.jar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user