Skip to content

Commit

Permalink
start workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Martmists-GH committed Jan 20, 2020
1 parent abe94e8 commit 8a6c1d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '13'
- run: java -jar modmans-generate.jar

0 comments on commit 8a6c1d0

Please sign in to comment.