2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-22 04:08:02 +00:00

Update gradle.yml

This commit is contained in:
mohammed 2024-09-16 16:02:34 +04:00 committed by mohammed jasem alaajel
parent 69e91c3e42
commit ea54a0bc49
Signed by: ham1255
GPG Key ID: EF343502046229F4

View File

@ -24,19 +24,19 @@ jobs:
- name: Build with gradle
run: ./gradlew shadowJar
- name: Upload Bungee
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v4.4.0
with:
# Artifact name
name: RedisBungee-Bungee
# Destination path
path: proxies/bungeecord/build/libs/*
- name: Upload Velocity
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v4.4.0
with:
name: RedisBungee-Velocity
path: proxies/velocity/build/libs/*
- name: Upload API
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v4.4.0
with:
name: RedisBungee-API
path: api/build/libs/*