Skip to content

Commit

Permalink
ci: fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 22, 2024
1 parent 3bd1572 commit 77763dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Copy binaries
run: |
mkdir -p "${{ github.workspace }}/dist-newstyle/bin/
mkdir -p "${{ github.workspace }}/dist-newstyle/bin/"
cp "$(find ${{ github.workspace }}/dist-newstyle -name spex -type f -executable)" \
"$(find ${{ github.workspace }}/dist-newstyle -name spex-demo-petstore -type f -executable)" \
"${{ github.workspace }}/dist-newstyle/bin"
Expand Down

0 comments on commit 77763dc

Please sign in to comment.