2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-09-08 02:18:01 +00:00

update github workflow

This commit is contained in:
mohammed jasem alaajel 2024-05-13 01:56:38 +04:00
parent 765e6fe122
commit 3dc3d80045
Signed by: ham1255
GPG Key ID: EF343502046229F4

View File

@ -29,14 +29,14 @@ jobs:
# Artifact name
name: RedisBungee-Bungee
# Destination path
path: Bungee/build/libs/*
path: proxies/bungeecord/build/libs/*
- name: Upload Velocity
uses: actions/upload-artifact@v2.2.3
with:
name: RedisBungee-Velocity
path: Velocity/build/libs/*
path: proxies/velocity/build/libs/*
- name: Upload API
uses: actions/upload-artifact@v2.2.3
with:
name: RedisBungee-API
path: API/build/libs/*
path: api/build/libs/*