Skip to content

Commit

Permalink
Attempt to get absolute path.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Aug 22, 2024
1 parent 33072e1 commit 723a5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
os_name_without_build_type="${os_name%%-*}"
echo "artifacts_name=libroadrunner-deps-${os_name_without_build_type}-${host_architecture}-${{ matrix.platform.build_type }}" >> "${GITHUB_ENV}"
fi
echo "artifacts_path=../install-libroadrunner-deps" >> "${GITHUB_ENV}"
echo "artifacts_path=${RUNNER_WORKSPACE}/install-libroadrunner-deps" >> "${GITHUB_ENV}"
- name: Upload LibRoadRunner Dependencies binaries
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 723a5ba

Please sign in to comment.