We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31d7af commit 25376daCopy full SHA for 25376da
1 file changed
.github/workflows/release.yaml
@@ -57,10 +57,8 @@ jobs:
57
run: |
58
if [ "$RUNNER_OS" == "Windows" ]; then
59
newEXE="pileupCaller-$RUNNER_OS.exe"
60
- elif [ "$RUNNER_OS" == "macOS" ]; then
+ else [ "$RUNNER_OS" == "macOS" ]; then
61
newEXE="pileupCaller-$RUNNER_OS-$RUNNER_ARCH"
62
- else
63
- newEXE="pileupCaller-$RUNNER_OS"
64
fi
65
currentEXE="${{ steps.stack.outputs.local-bin }}/pileupCaller"
66
mv $currentEXE $newEXE
0 commit comments