Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stschiff committed Mar 7, 2024
1 parent 6c2e75c commit ecd1271
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
foreach ($tool in "genoStats", "pileupCaller", "vcf2eigenstrat") { Rename-Item "$env:USERPROFILE\AppData\Roaming\local\bin\$tool.exe" "$tool-windows.exe" }
- name: Upload Release Asset (not windows)
id: upload-release-asset
uses: ncipollo/release-action@v1
if: ${{ matrix.os != 'windows-latest' }}
with:
Expand All @@ -93,7 +92,6 @@ jobs:
artifactContentType: application/octet-stream

- name: Upload Release Asset (windows)
id: upload-release-asset
uses: ncipollo/release-action@v1
if: ${{ matrix.os == 'windows-latest' }}
with:
Expand Down

0 comments on commit ecd1271

Please sign in to comment.