Skip to content

Commit

Permalink
730 escape path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Druzhitskiy committed Feb 16, 2024
1 parent dd7d1cc commit d24ca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
command: build
args: --profile=${{ env.BUILD_PROFILE }} --target=${{ env.TARGET }}
- name: Check bobd version
run: target\${{ env.TARGET }}\${{ env.BUILD_PROFILE_DIR }}\bobd --version
run: target\\${{ env.TARGET }}\\${{ env.BUILD_PROFILE_DIR }}\\bobd --version

build-alpine-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d24ca28

Please sign in to comment.