Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build ExcellentShop / Build-latest-jar (push) Failing after 1m23s

This commit is contained in:
Radim Lipovčan 2024-01-13 15:53:17 +01:00
parent 385e482c58
commit 5e67fc9e6e

View File

@ -17,8 +17,8 @@ jobs:
git config --global user.email "radim@lipovcan.cz"
- name: Build | Clone repository
run: |
git clone https://github.com/Ownercz/ExcellentShop-spigot.git ExcellentShop
cd ExcellentShop && ls -lah
git https://github.com/Ownercz/ExcellentShop-spigot.git ExcellentShop
cd ExcellentShop && git checkout patch-1 && ls -lah
- name: Build | Gradlew build
run: |
cd ExcellentShop && ls -lah