Skip to content

Commit

Permalink
ci: fix spec executable in swagger action
Browse files Browse the repository at this point in the history
  • Loading branch information
bgenia committed Sep 4, 2023
1 parent f3dc5ba commit d2e1d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Generate swagger specification
run: |
make spec
s21adapter_spec > swagger.json
./s21adapter_spec > swagger.json
- uses: actions/upload-artifact@v3
with:
name: swagger
Expand Down

0 comments on commit d2e1d2f

Please sign in to comment.