parent
7d4119c070
commit
df4f590934
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ jobs:
|
|||
run: git clone https://git.m724.eu/Minecon724/m724.eu .
|
||||
|
||||
- name: Download compiler
|
||||
run: curl -O https://git.m724.eu/Minecon724/blog-software-java/actions/runs/5/artifacts/artifact && unzip artifact
|
||||
run: curl -O https://git.m724.eu/Minecon724/blog-software-java/actions/runs/6/artifacts/artifact && unzip artifact
|
||||
|
||||
- name: Build
|
||||
run: java -cp blog-software-java-1.0-SNAPSHOT.jar eu.m724.blog.Main
|
||||
run: java -jar blog-software-java-1.0-SNAPSHOT.jar
|
||||
|
||||
#- run: apt update && apt install ncftp -y
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue