Skip to content

Commit bd57294

Browse files
fix this picking up dev builds
1 parent 2b4677e commit bd57294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makerelease.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ echo "Building and tagging release $NEWVER"
44
mkdir temp
55
cd temp
66
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) }'`
7+
gh run list -w "D++ CI" | grep $'\t'master$'\t' | grep ^completed | head -n1
8+
gh run download `gh run list -w "D++ CI" | grep $'\t'master$'\t' | grep ^completed | head -n1 | awk '{ printf $(NF-2) }'`
99
echo "Move assets..."
1010
mkdir assets
1111
mv ./libdpp*/* assets/

0 commit comments

Comments
 (0)