mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
Update jitpack.yml
This commit is contained in:
parent
97c18a1961
commit
7c3e21eaf2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/jitpack.yml
vendored
4
.github/workflows/jitpack.yml
vendored
|
@ -8,7 +8,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Add SHORT_SHA env property with commit short sha
|
||||||
|
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-10`" >> $GITHUB_ENV
|
||||||
- name: Fetch build.log
|
- name: Fetch build.log
|
||||||
run: |
|
run: |
|
||||||
wget "https://jitpack.io/com/github/recloudstream/gradle/${GITHUB_REF##*/}-SNAPSHOT/build.log" -T 300
|
wget "https://jitpack.io/com/github/recloudstream/gradle/${GITHUB_REF##*/}-${SHORT_SHA}-1/build.log" -T 300
|
||||||
cat build.log
|
cat build.log
|
||||||
|
|
Loading…
Reference in a new issue