del packwiz
This commit is contained in:
parent
d265e21208
commit
5ef78d4f1d
112 changed files with 635 additions and 3852 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
|
@ -19,7 +19,8 @@ jobs:
|
|||
- name: Set the version
|
||||
run: |
|
||||
DEV=${{ steps.get_version.outputs.version }}
|
||||
sed -i -e "s/DEV/${DEV}/g" pack.toml
|
||||
sed -i -e "s/DEV/${DEV}/g" manifest.json
|
||||
sed -i -e "s/DEV/${DEV}/g" instance.cfg
|
||||
sed -i -e "s/DEV/${DEV}/g" config/fancymenu/customization/main_menu.txt
|
||||
sed -i -e "s/DEV/${DEV}/g" config/bcc-common.toml
|
||||
|
||||
|
|
@ -29,13 +30,6 @@ jobs:
|
|||
with:
|
||||
path: CHANGELOG.md
|
||||
|
||||
- name: Set up Go 1.19
|
||||
id: go
|
||||
uses: actions/setup-go@v5.0.0
|
||||
with:
|
||||
go-version: 1.19
|
||||
- run: go install github.com/packwiz/packwiz@latest
|
||||
|
||||
- name: Archive CF
|
||||
run: |
|
||||
cd ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue