using a newer version of upload artifact
This commit is contained in:
parent
0f699e6d98
commit
1e24110622
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
|||
- name: Build
|
||||
run: chmod +x gradlew && ./gradlew build --stacktrace
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: ../build
|
||||
# ./gradlew setupDecompWorkspace
|
||||
# ./gradlew setupDecompWorkspace
|
||||
|
|
Loading…
Reference in a new issue