We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ba651 commit ea5afa6Copy full SHA for ea5afa6
.github/setup.sh
@@ -1,3 +1,10 @@
1
#!/bin/sh
2
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-setup-github-actions.sh
3
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