Skip to content

Commit

Permalink
(fix): Script Name Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk committed Mar 28, 2024
1 parent ce74dd1 commit cc52b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/executables.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Publish CommandDash Executables
name: Build, Test and Verify Executables

on:
push:
branches:
- build/executables

##TODO: In future, when m1 runners are publicly supported, compiled and verify seperately for arm architectures.

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -66,7 +67,6 @@ jobs:
- name: Test binary
run: ./executable/${{ matrix.binary-name }} --help


submit-executables:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit cc52b64

Please sign in to comment.