Update .gitea/workflows/build.yml
Some checks failed
ci / build (linux/amd64, ubuntu-latest) (push) Successful in 2m6s
ci / build (linux/arm64, ubuntu-latest) (push) Successful in 4m11s
ci / merge (push) Failing after 3m29s

This commit is contained in:
2025-12-03 15:58:20 +00:00
parent 18b6fd4fc8
commit 2fbfd84af7

View File

@ -21,6 +21,11 @@ jobs:
runner: ubuntu-latest runner: ubuntu-latest
runs-on: ${{ matrix.runner }} runs-on: ${{ matrix.runner }}
steps: steps:
- name: Prepare
run: |
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4