changing path to see github action works
This commit is contained in:
parent
b84c1cf6d5
commit
834ba49506
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -21,10 +21,10 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gradle-
|
${{ runner.os }}-gradle-
|
||||||
- name: Build
|
- name: Build
|
||||||
run: chmod +x gradlew && ./gradlew build --stacktrace
|
run: chmod +x gradlew && ./gradlew build --stacktrace --info
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
path: build
|
path: build/libs
|
||||||
# ./gradlew setupDecompWorkspace
|
# ./gradlew setupDecompWorkspace
|
||||||
|
|
Loading…
Reference in a new issue