Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 3m38s
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 3m38s
This commit is contained in:
parent
e9a23eedf1
commit
7889514b8e
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Build | Gradlew build
|
||||
run: ls -lah && chmod +x gradlew && ./gradlew build && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
|
||||
run: ls -lah && mvn clean package && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
|
||||
- name: Release
|
||||
uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user