fix wokraround
Some checks failed
/ deploy (push) Failing after 7s

This commit is contained in:
Minecon724 2025-01-18 21:25:48 +01:00
parent 3909f8f7bf
commit 956d1f370e
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -13,7 +13,7 @@ jobs:
run: curl -O https://git.m724.eu/Minecon724/blog-software-java/actions/runs/4/artifacts/artifact && unzip artifact run: curl -O https://git.m724.eu/Minecon724/blog-software-java/actions/runs/4/artifacts/artifact && unzip artifact
- name: Build - name: Build
run: java -jar artifact/blog-software-java-1.0-SNAPSHOT.jar eu.m724.blog.Main run: java -jar blog-software-java-1.0-SNAPSHOT.jar eu.m724.blog.Main
#- run: apt update && apt install ncftp -y #- run: apt update && apt install ncftp -y