Skip to content

Commit

Permalink
further update to the powershell command
Browse files Browse the repository at this point in the history
  • Loading branch information
stschiff committed Mar 7, 2024
1 parent 110fe7a commit 47fd3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Rename binaries (windows)
if: ${{ matrix.os == 'windows-latest' }}
run: foreach ($tool in "genoStats", "pileupCaller", "vcf2eigenstrat") { Rename-Item "$env:USERPROFILE\.local\bin\$tool" "$tool-windows" }
run: foreach ($tool in "genoStats", "pileupCaller", "vcf2eigenstrat") { Rename-Item "$env:USERPROFILE\AppData\Roaming\local\bin\$tool" "$tool-windows" }

- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit 47fd3af

Please sign in to comment.