Skip to content

Commit

Permalink
fix(ci): Upload all built packages of a pkgbase
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <code@ihavea.quest>
  • Loading branch information
txtsd committed May 22, 2024
1 parent c6dd91b commit 1b63c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
cd ${{ matrix.package }}
source PKGBUILD
counter=0
for single_package in ${pkgname}
for single_package in ${pkgname[@]}
do
counter=$((counter+1))
echo "filename_${counter}=$(eza ${single_package}*.pkg.tar.zst -I *-debug-*.pkg.tar.zst)" >> $GITHUB_ENV
Expand Down

0 comments on commit 1b63c81

Please sign in to comment.