Skip to content

Commit

Permalink
Add automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaninjas authored Sep 14, 2023
1 parent 04c5c64 commit ca1d167
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-with-jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build using Jitpack
on:
push:

jobs:
build-with-jitpack:
runs-on: ubuntu-latest

steps:
- name: Force Jitpack to build
run: curl -L -m 1000000 https://jitpack.io/io/github/thefightagainstmalware/ForgeGradle/${{ github.sha }}/build.log

0 comments on commit ca1d167

Please sign in to comment.