feat: add mod appleskin
Publish Modpack Archive / Build and release mrpack file from latest changes (push) Successful in 20s
Publish Modpack Archive / Build and release mrpack file from latest changes (push) Successful in 20s
This commit is contained in:
@@ -2,7 +2,7 @@ name: Publish Modpack Archive
|
||||
run-name: Publish latest commit as mrpack file
|
||||
on: [push]
|
||||
jobs:
|
||||
Prepare Go environment:
|
||||
Build and release mrpack file from latest changes:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
@@ -18,5 +18,6 @@ jobs:
|
||||
packwiz modrinth export
|
||||
- uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
name: Build - ${{ github.head_ref }}
|
||||
files: |-
|
||||
*.mrpack
|
||||
|
||||
Reference in New Issue
Block a user