Aktualizovat .gitea/workflows/build.yml
Build ExcellentShop / Build-latest-jar (push) Failing after 3m23s Details

This commit is contained in:
Radim Lipovčan 2024-01-13 15:55:15 +01:00
parent 5e67fc9e6e
commit 5e8930ab65
1 changed files with 1 additions and 1 deletions

View File

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