actually upload the modrinth artifact
This commit is contained in:
parent
337308ed42
commit
7056663cf7
1 changed files with 8 additions and 0 deletions
|
@ -86,6 +86,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: PrismLauncher
|
name: PrismLauncher
|
||||||
path: /export/prism/
|
path: /export/prism/
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
|
- name: Upload Modrinth export artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: Modrinth
|
||||||
|
path: /export/modrinth/
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
Autotagger:
|
Autotagger:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Reference in a new issue