Create jitpack.yml

This commit is contained in:
Cloudburst 2022-08-06 18:52:28 +02:00 committed by GitHub
parent 30aa59ce54
commit 97c18a1961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.github/workflows/jitpack.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Start Jitpack
# Controls when the workflow will run
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Fetch build.log
run: |
wget "https://jitpack.io/com/github/recloudstream/gradle/${GITHUB_REF##*/}-SNAPSHOT/build.log" -T 300
cat build.log