diff --git a/.gitea/workflows/build-bin.yml b/.gitea/workflows/build-bin.yml index 973c4e4..d065914 100644 --- a/.gitea/workflows/build-bin.yml +++ b/.gitea/workflows/build-bin.yml @@ -7,7 +7,7 @@ on: type: string jobs: - triage: + build: runs-on: ci-tools steps: - name: Check out repository code @@ -20,4 +20,4 @@ jobs: RUSTUP_HOME=/opt/rust/rustup \ CARGO_HOME=/opt/rust/cargo \ make all deb appimg - - run: echo "Build is ${{ job.status }}." + - run: echo "Build is ${{ job.status }}."