Skip to content

Commit 25376da

Browse files
committed
tweaked workflow for linux-arm
1 parent b31d7af commit 25376da

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@ jobs:
5757
run: |
5858
if [ "$RUNNER_OS" == "Windows" ]; then
5959
newEXE="pileupCaller-$RUNNER_OS.exe"
60-
elif [ "$RUNNER_OS" == "macOS" ]; then
60+
else [ "$RUNNER_OS" == "macOS" ]; then
6161
newEXE="pileupCaller-$RUNNER_OS-$RUNNER_ARCH"
62-
else
63-
newEXE="pileupCaller-$RUNNER_OS"
6462
fi
6563
currentEXE="${{ steps.stack.outputs.local-bin }}/pileupCaller"
6664
mv $currentEXE $newEXE

0 commit comments

Comments
 (0)