Skip to content

Commit

Permalink
Fixes path in workflow (#236)
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska authored Sep 10, 2024
1 parent b6b37ea commit 09f9d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dapr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Read versions from files
id: read_version
run: |
echo "DAPR_RUNTIME_VER=$(cat config/dapr_runtime.version)" >> $GITHUB_ENV
echo "DAPR_CLI_VER=$(cat config/dapr_cli.version)" >> $GITHUB_ENV
echo "DAPR_RUNTIME_VER=$(cat longhaul/config/dapr_runtime.version)" >> $GITHUB_ENV
echo "DAPR_CLI_VER=$(cat longhaul/config/dapr_cli.version)" >> $GITHUB_ENV
- name: Set up Dapr CLI
run: wget -q ${{ env.DAPR_INSTALL_URL }} -O - | /bin/bash -s ${{ env.DAPR_CLI_VER }}
- name: Set up Helm ${{ env.HELMVER }}
Expand Down

0 comments on commit 09f9d2b

Please sign in to comment.