"optimize" workflow
This commit is contained in:
		
					parent
					
						
							
								bc9ee000f4
							
						
					
				
			
			
				commit
				
					
						e957f88883
					
				
			
		
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -7,16 +7,16 @@ jobs:
 | 
			
		|||
      - name: Prepare for installation
 | 
			
		||||
        run: apt update
 | 
			
		||||
      - name: Install JDK and other deps
 | 
			
		||||
        run: apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl
 | 
			
		||||
        run: apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl zstd
 | 
			
		||||
 | 
			
		||||
      - name: BuildTools for NMS
 | 
			
		||||
        run: mkdir /tmp/buildtools && cd /tmp/buildtools && curl -O https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar && java -jar BuildTools.jar --rev 1.21.1 --remapped && cd
 | 
			
		||||
 | 
			
		||||
      - name: Clone repository
 | 
			
		||||
        run: git clone https://git.m724.eu/Minecon724/tweaks724.git .
 | 
			
		||||
        run: git clone https://git.m724.eu/Minecon724/tweaks724.git
 | 
			
		||||
      - name: Build
 | 
			
		||||
        run: mvn clean package
 | 
			
		||||
      - name: Upload artifacts
 | 
			
		||||
        uses: https://github.com/actions/upload-artifact@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: target/tweaks-*.jar
 | 
			
		||||
          path: *
 | 
			
		||||
| 
						 | 
				
			
			@ -42,8 +42,8 @@ chat:
 | 
			
		|||
  # Name of the default / global chatroom
 | 
			
		||||
  defaultName: "global"
 | 
			
		||||
 | 
			
		||||
# Compass shown in a text form on the actionbar
 | 
			
		||||
compass:
 | 
			
		||||
  # Compass will be shown in a text form
 | 
			
		||||
  enabled: true
 | 
			
		||||
  # How much points (each point is separated with a space)
 | 
			
		||||
  # I suggest making this uneven to make center... in center
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue