2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2025-04-20 01:27:07 +00:00
This commit is contained in:
mohammed jasem alaajel 2023-03-23 15:29:16 +04:00
parent 70afccfd43
commit fc633910ba
No known key found for this signature in database

View File

@ -22,9 +22,7 @@ jobs:
java-version: '11' java-version: '11'
distribution: 'adopt' distribution: 'adopt'
- name: Build with gradle - name: Build with gradle
run: ./gradlew build -Dbranch=$GITHUB_REF_NAME run: ./gradlew shadowJar -Dbranch=${{ vars.GITHUB_REF_NAME }}
- name: shadowJar with gradle
run: ./gradlew shadowJar
- name: Upload Bungee - name: Upload Bungee
uses: actions/upload-artifact@v2.2.3 uses: actions/upload-artifact@v2.2.3
with: with: