Skip to content

Commit fdf1c01

Browse files
committed
Add missing manifest file to build commits
1 parent 77f1a74 commit fdf1c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
run: |
263263
git config --local user.email "[email protected]"
264264
git config --local user.name "GitHub Action"
265-
git add phar/$FILENAME phar/$FILENAME.md5 phar/$FILENAME.sha512 phar/NIGHTLY_VERSION
265+
git add phar/$FILENAME phar/$FILENAME.md5 phar/$FILENAME.sha512 phar/NIGHTLY_VERSION phar/$MANIFEST_FILENAME
266266
git commit -m "phar build: $GITHUB_REPOSITORY@$GITHUB_SHA"
267267
268268
- name: Push changes

0 commit comments

Comments
 (0)