Skip to content

Commit

Permalink
Make executable before running
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Feb 6, 2024
1 parent 4e275e8 commit 2148663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
path: artifacts
fw_version: ${{ matrix.fw_version }}
run: |
chmod +x ./codexctl.bin
./codexctl.bin --help
release:
name: Release
Expand Down

0 comments on commit 2148663

Please sign in to comment.