mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-23 04:28:01 +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
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
- name: Download a Build Artifact
|
- name: Download a Build Artifact
|
||||||
uses: actions/download-artifact@v2.0.9
|
uses: actions/upload-artifact@v2.2.3
|
||||||
with:
|
with:
|
||||||
# Artifact name
|
# Artifact name
|
||||||
name: Redis_JAR
|
name: Redis_JAR
|
||||||
# Destination path
|
# Destination path
|
||||||
path: target/*
|
path: target/RedisBungee*
|
||||||
|
Loading…
Reference in New Issue
Block a user