Update .forgejo/workflows/compile.yml
All checks were successful
Compile&Test / build (push) Successful in 44s
All checks were successful
Compile&Test / build (push) Successful in 44s
This commit is contained in:
parent
50c49625d4
commit
278cc57751
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
name: Compile&Test
|
||||
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-24.04
|
||||
|
@ -40,9 +41,9 @@ jobs:
|
|||
- name: Compile the mod
|
||||
run: ./gradlew --build-cache --info --stacktrace assemble
|
||||
|
||||
- name: Attach compilation artifacts
|
||||
- name: Attach .jar artifacts
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ github.repository_id }}-build-libs
|
||||
path: build/libs/
|
||||
name: ${{ github.repository_id }}-jars
|
||||
path: build/libs/*.jar
|
||||
retention-days: 90
|
Loading…
Add table
Add a link
Reference in a new issue