fix: install jq if missing, restore jq for changelog in latest.json
Release / build-and-release (push) Failing after 1m10s
Release / build-and-release (push) Failing after 1m10s
This commit is contained in:
@@ -43,6 +43,10 @@ jobs:
|
|||||||
GOOS=linux GOARCH=amd64 go build -o ../wgrplane-linux-amd64 .
|
GOOS=linux GOARCH=amd64 go build -o ../wgrplane-linux-amd64 .
|
||||||
GOOS=linux GOARCH=arm64 go build -o ../wgrplane-linux-arm64 .
|
GOOS=linux GOARCH=arm64 go build -o ../wgrplane-linux-arm64 .
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
command -v jq >/dev/null 2>&1 || apt-get update -qq && apt-get install -y -qq jq >/dev/null 2>&1
|
||||||
|
|
||||||
- name: Generate latest.json
|
- name: Generate latest.json
|
||||||
run: |
|
run: |
|
||||||
VERSION="${{ gitea.ref_name }}"
|
VERSION="${{ gitea.ref_name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user