Merge pull request '.gitea/workflows/release.yml aktualisiert' (#22) from main into Release
Reviewed-on: Steev/betterminecraft#22
This commit is contained in:
		@ -30,10 +30,10 @@ jobs:
 | 
			
		||||
      run: mvn clean install
 | 
			
		||||
      
 | 
			
		||||
    - name: Upload Artifact
 | 
			
		||||
      uses: actions/upload-artifact@v2
 | 
			
		||||
      with:
 | 
			
		||||
        name: plugin-jar
 | 
			
		||||
        path: target/BetterMinecraft-stable.jar
 | 
			
		||||
      run: |
 | 
			
		||||
        git add .
 | 
			
		||||
        git commit -m "pushed artifacts"
 | 
			
		||||
        git push
 | 
			
		||||
 | 
			
		||||
  release:
 | 
			
		||||
    needs: build
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user