mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-05 04:48:02 +00:00
Merge branch 'Limework:master' into master
This commit is contained in:
commit
b76d54070f
9
.github/workflows/maven.yml
vendored
9
.github/workflows/maven.yml
vendored
@ -19,7 +19,14 @@ jobs:
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '8'
|
||||
distribution: 'adopt'
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Download a Build Artifact
|
||||
uses: actions/upload-artifact@v2.2.3
|
||||
with:
|
||||
# Artifact name
|
||||
name: Redis_JAR
|
||||
# Destination path
|
||||
path: target/RedisBungee*
|
||||
|
Loading…
Reference in New Issue
Block a user