Skip to content

Commit a306e4f

Browse files
committed
zig all aaaaalllllllll
1 parent 8937754 commit a306e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-zig-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
if [[ -n "${{ env.PACKAGES }}" ]]; then
127127
PACKAGES_FLAG="--packages=${{ env.PACKAGES }}"
128128
fi
129-
php bin/spp package --target=${{ matrix.target }} --type=rpm --phpv=${{ matrix.php-version }} --iteration="${{ env.ITERATION }}" $PACKAGES_FLAG
129+
php bin/spp all --target=${{ matrix.target }} --type=rpm --phpv=${{ matrix.php-version }} --iteration="${{ env.ITERATION }}" $PACKAGES_FLAG
130130
131131
- name: Prepare rpm signing
132132
run: |

0 commit comments

Comments
 (0)