From 38c754a5a4046e0b7311ffcd1a10c004ce4cdabb Mon Sep 17 00:00:00 2001 From: bagas Date: Wed, 3 Dec 2025 15:49:42 +0000 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 0823009..1a37bc8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,10 +21,8 @@ jobs: runner: ubuntu-latest runs-on: ${{ matrix.runner }} steps: - - name: Prepare - run: | - platform=${{ matrix.platform }} - echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV + - name: Checkout repository + uses: actions/checkout@v4 - name: Docker meta id: meta