Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Mar 17, 2023
1 parent 7fbadbd commit 2ca0cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
pdm export -f requirements --prod -G chaostoolkit -o requirements-generated.txt
pdm run pyoxidizer build msi --var RELIABLY_VERSION "${{ github.ref_name }}" --release --target-triple ${{ matrix.target }}
md .\dist\bin\reliably-cli
xcopy .\build\${{ matrix.target }}\release\install\msi\* .\dist /s /e /k /i /y
xcopy .\build\${{ matrix.target }}\release\msi\* .\dist /s /e /k /i /y
dir .\dist
- name: Upload binary
Expand Down

0 comments on commit 2ca0cc4

Please sign in to comment.