Skip to content

Commit

Permalink
I'm dumb that's all
Browse files Browse the repository at this point in the history
  • Loading branch information
FFCoder committed Aug 25, 2024
1 parent 19c1773 commit d0cea61
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: List directory contents
run: ls -la

- name: Check if build.sh exists
run: |
if [ -f "build.sh" ]; then
echo "build.sh exists"
else
echo "build.sh does not exist"
exit 1
fi
- name: Check build.sh permissions
run: ls -l build.sh

- name: Build the binary
run: ./build-prod.sh
run: ./build_prod.sh

0 comments on commit d0cea61

Please sign in to comment.