Skip to content

Commit caf2cf9

Browse files
committed
Fix announce workflow
1 parent cf93f40 commit caf2cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/announce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
chown -R ${{ needs.configure.outputs.username }} .
7777
sudo -u ${{ needs.configure.outputs.username }} bash << 'EOF'
7878
updpkgsums
79-
pkgctl build
8079
EOF
80+
pkgctl build
8181
du -sh *.zst
8282
popd &> /dev/null
8383
git -C $REPO_PATH add PKGBUILD .SRCINFO

0 commit comments

Comments
 (0)