Update release.yml
This commit is contained in:
parent
31369e6416
commit
b5679c07f3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -14,8 +14,8 @@ jobs:
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@v3.5.0
|
uses: actions/setup-go@v3.5.0
|
||||||
- run: go install github.com/packwiz/packwiz@latest
|
- run: go install github.com/packwiz/packwiz@latest
|
||||||
- run: /home/runner/go/packwiz refresh
|
- run: /home/runner/go/bin/packwiz refresh
|
||||||
- run: /home/runner/go/packwiz modrinth export
|
- run: /home/runner/go/bin/packwiz modrinth export
|
||||||
- run: |
|
- run: |
|
||||||
VERSION=`cat pack.toml | grep ^version | sed 's/version = "\(.*\)"/\1/'`
|
VERSION=`cat pack.toml | grep ^version | sed 's/version = "\(.*\)"/\1/'`
|
||||||
gh release create v$VERSION --generate-notes *.mrpack
|
gh release create v$VERSION --generate-notes *.mrpack
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue