Updated CI
All checks were successful
Build and Release / build-and-release (push) Successful in 9s

This commit is contained in:
2026-02-11 17:09:04 +01:00
parent f81cd8e381
commit ef16df416b

View File

@@ -13,9 +13,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
env:
GITHUB_REF: ${{ github.ref }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SERVER_URL: ${{ github.server_url }}
run: |
TAG="${GITHUB_REF#refs/tags/}"
HOST="${SERVER_URL#https://}"
git clone --depth 1 --branch "$TAG" "https://x-access-token:${TOKEN}@${HOST}/${REPO}.git" .
- name: Build payload
env: