mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
#976 prep
This commit is contained in:
parent
907d6f4eea
commit
106a8ec406
2 changed files with 5 additions and 3 deletions
5
.github/workflows/github_nightly_release.yml
vendored
5
.github/workflows/github_nightly_release.yml
vendored
|
|
@ -17,8 +17,9 @@ jobs:
|
|||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
|
||||
distribution: 'zulu'
|
||||
java-version: '8'
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
|
|
|
|||
3
.github/workflows/github_pre_release.yml
vendored
3
.github/workflows/github_pre_release.yml
vendored
|
|
@ -18,7 +18,8 @@ jobs:
|
|||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
distribution: 'zulu'
|
||||
java-version: '8'
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue