Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix(build): workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
IMXEren committed Mar 5, 2024
1 parent bf7213b commit 01b9392
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on:
workflow_dispatch:

concurrency:
group: build-comp-groups
group: build-compgroups

jobs:
build_exec:
needs: get_commit_hash
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -38,7 +37,7 @@ jobs:
echo "arch_name=${{ matrix.platform }}" >> $GITHUB_ENV
fi
- name: Build Competition Groups
- name: Build Competition Groups Binary
run: |
mkdir -p build
Expand Down

0 comments on commit 01b9392

Please sign in to comment.