Fix permission
This commit is contained in:
parent
898bf7d536
commit
bc7ee6681d
|
|
@ -13,22 +13,19 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Build Debug
|
||||
run: ./gradlew buildDebug
|
||||
- name: Upload Debug artifact
|
||||
|
|
@ -36,7 +33,7 @@ jobs:
|
|||
with:
|
||||
name: lspatch-debug
|
||||
path: out/lspatch.jar
|
||||
|
||||
|
||||
- name: Build Release
|
||||
run: ./gradlew buildRelease
|
||||
- name: Upload Release artifact
|
||||
|
|
|
|||
Loading…
Reference in New Issue