Update build.yml
This commit is contained in:
parent
3f6a65b406
commit
b84c1cf6d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -26,5 +26,5 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
path: ../build
|
path: build
|
||||||
# ./gradlew setupDecompWorkspace
|
# ./gradlew setupDecompWorkspace
|
||||||
|
|
Loading…
Reference in a new issue