We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605a921 commit 6bc420cCopy full SHA for 6bc420c
1 file changed
ci/github-actions/expose-release-artifacts.sh
@@ -1,4 +1,5 @@
1
#! /bin/bash
2
+set -o errexit -o pipefail -o nounset
3
mkdir ./flatten
4
5
[ -d ./downloads ] || {
0 commit comments