Skip to content

Commit

Permalink
CI: let the Linux build handle artifact deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jul 24, 2024
1 parent 13ba651 commit ea5afa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#!/bin/sh
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-setup-github-actions.sh
sh ci-setup-github-actions.sh

# Let the Linux build handle artifact deployment.
if [ "$(uname)" != Linux ]
then
echo "No deploy -- non-Linux build"
echo "NO_DEPLOY=1" >> $GITHUB_ENV
fi

0 comments on commit ea5afa6

Please sign in to comment.