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 2b4677e commit bd57294Copy full SHA for bd57294
makerelease.sh
@@ -4,8 +4,8 @@ echo "Building and tagging release $NEWVER"
4
mkdir temp
5
cd temp
6
echo "Download assets from CI..."
7
-gh run list -w "D++ CI" | grep master | head -n1
8
-gh run download `gh run list -w "D++ CI" | grep master | head -n1 | awk '{ printf $(NF-2) }'`
+gh run list -w "D++ CI" | grep $'\t'master$'\t' | grep ^completed | head -n1
+gh run download `gh run list -w "D++ CI" | grep $'\t'master$'\t' | grep ^completed | head -n1 | awk '{ printf $(NF-2) }'`
9
echo "Move assets..."
10
mkdir assets
11
mv ./libdpp*/* assets/
0 commit comments