Skip to content

Commit

Permalink
using the correct workspace path for windows (#8061)
Browse files Browse the repository at this point in the history
  • Loading branch information
manikandan-xilinx authored Apr 10, 2024
1 parent 58cba71 commit 247711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xrt_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: XRT windows build
uses: ./composite-workflows/windows-build
with:
workspace: ${{ github.workspace }}/${{ env.XRT_VERSION_PATCH }}/build
workspace: ${{ github.workspace }}/${{ github.run_number }}/build
buildNumber: ${{ github.run_number }}
release: ${{ env.RELEASE }}
accessToken: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 247711f

Please sign in to comment.