mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
oops
This commit is contained in:
parent
b0d3f25347
commit
18b3a0421b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
|
|
@ -73,8 +73,8 @@ jobs:
|
||||||
- name: Upload offline JAR file
|
- name: Upload offline JAR file
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.online_jar_name }}
|
name: ${{ env.offline_jar_name }}
|
||||||
path: build/libs/${{ env.online_jar_name }}
|
path: build/libs/${{ env.offline_jar_name }}
|
||||||
|
|
||||||
- name: Summarize tests results
|
- name: Summarize tests results
|
||||||
uses: jeantessier/test-summary-action@v1
|
uses: jeantessier/test-summary-action@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue