mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
fix workflow
This commit is contained in:
parent
9f07ac4ca0
commit
9785760bbb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -29,3 +29,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: ./gradlew build
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: build/libs/
|
||||
|
|
Loading…
Add table
Reference in a new issue