mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
14 lines
306 B
YAML
14 lines
306 B
YAML
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
|