mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-08 07:57:28 +00:00
#976 prep
This commit is contained in:
parent
907d6f4eea
commit
106a8ec406
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…
Reference in New Issue
Block a user