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:
|
||||
name: PrismLauncher
|
||||
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:
|
||||
runs-on: docker
|
||||
|
|
Reference in a new issue