changing path to see github action works

This commit is contained in:
Night Kaly 2023-03-09 15:33:09 +00:00 committed by GitHub
parent b84c1cf6d5
commit 834ba49506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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