Skip to content

Commit

Permalink
Fix static_build.yml inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKaramazov committed Mar 24, 2024
1 parent f849919 commit bb062f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Run build script
run: |
chmod +x ./pythomazov/remote_build.sh
./pythomazov/remote_build.sh
chmod +x ./remote_build.sh
./remote_build.sh
- name: Commit and Push changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit bb062f6

Please sign in to comment.