Skip to content

Commit

Permalink
730 fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Druzhitskiy committed Feb 16, 2024
1 parent d24ca28 commit a244a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ 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: ${GITHUB_ACTION_PATH//\\//}/target/${{ env.TARGET }}/${{ env.BUILD_PROFILE_DIR }}/bobd --version
shell: bash

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

0 comments on commit a244a84

Please sign in to comment.