mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
Last commit on the action workflow sorry :/
This commit is contained in:
parent
bfdbe69b97
commit
f8ed847857
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -24,9 +24,9 @@ jobs:
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Download a Build Artifact
|
||||
uses: actions/download-artifact@v2.0.9
|
||||
uses: actions/upload-artifact@v2.2.3
|
||||
with:
|
||||
# Artifact name
|
||||
name: Redis_JAR
|
||||
# Destination path
|
||||
path: target/*
|
||||
path: target/RedisBungee*
|
||||
|
Loading…
Reference in New Issue
Block a user