mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
Create jitpack.yml
This commit is contained in:
parent
30aa59ce54
commit
97c18a1961
1 changed files with 14 additions and 0 deletions
14
.github/workflows/jitpack.yml
vendored
Normal file
14
.github/workflows/jitpack.yml
vendored
Normal 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
|
Loading…
Reference in a new issue