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: |
|
||||
${{ runner.os }}-gradle-
|
||||
- name: Build
|
||||
run: chmod +x gradlew && ./gradlew build --stacktrace
|
||||
run: chmod +x gradlew && ./gradlew build --stacktrace --info
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: build
|
||||
path: build/libs
|
||||
# ./gradlew setupDecompWorkspace
|
||||
|
|
Loading…
Reference in a new issue