diff --git a/.gitea/workflows/build-bin.yml b/.gitea/workflows/build-bin.yml index 839f105..b328673 100644 --- a/.gitea/workflows/build-bin.yml +++ b/.gitea/workflows/build-bin.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 - - name: Building binaries for platform: ${{ inputs.platform }} + - name: Building binaries for platform - ${{ inputs.platform }} run: | mkdir build DESTDIR=$(realpath build) \