Try to patch upload-artifact
All checks were successful
Auto Build / Build (push) Successful in 3m18s
All checks were successful
Auto Build / Build (push) Successful in 3m18s
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
uses: actions/upload-artifact@v5
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: ${{ gitea.workspace }}/build/libs/tcoww-*-all.jar
|
path: ${{ gitea.workspace }}/build/libs/tcoww-*-all.jar
|
||||||
Reference in New Issue
Block a user