Skip to content

Commit ea5afa6

Browse files
committed
CI: let the Linux build handle artifact deployment
1 parent 13ba651 commit ea5afa6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/setup.sh

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
#!/bin/sh
22
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-setup-github-actions.sh
33
sh ci-setup-github-actions.sh
4+
5+
# Let the Linux build handle artifact deployment.
6+
if [ "$(uname)" != Linux ]
7+
then
8+
echo "No deploy -- non-Linux build"
9+
echo "NO_DEPLOY=1" >> $GITHUB_ENV
10+
fi

0 commit comments

Comments
 (0)