Skip to content

Commit

Permalink
Update reprepro.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Nov 21, 2023
1 parent 87c3ff6 commit 7be0e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reprepro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "arch=$ARCH" >> $GITHUB_OUTPUT
DISTROS=$(reprepro -b debian _listconfidentifiers | grep -v source)
if [[ "ARCH" != "all" ]]; then
if [[ "$ARCH" != "all" ]]; then
DISTROS=$(echo "$DISTROS" | grep "$ARCH")
fi
Expand Down

0 comments on commit 7be0e9b

Please sign in to comment.