Skip to content

furuochen-dev/compilation

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

compilation

Compile Minecraft Mod

this action is VERY simple

so if you wants to compile your mod with a github action and you're too lazy to make one... just do

name: Compiling

on:
  push:
  pull_request:

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - name: Compile
      uses: Ruochenfu2011/compilation@v1
      
    - name: Archive Artifacts
      uses: actions/upload-artifact@v2
      with:
        name: Artifacts
        path: ./build/libs

About

Compile Minecraft Mod

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors