Skip to content

Commit 633abb2

Browse files
committed
commit generated headers on release
1 parent ae7b3b1 commit 633abb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
RUST_TARGETS: aarch64-apple-ios aarch64-apple-ios-sim x86_64-apple-ios
55
ZIP_FILE_NAME: Tesseract-Core.bin.zip
66
CI_COMMIT_AUTHOR: Release Action
7-
CI_COMMIT_MESSAGE: Package.swift binary update
7+
CI_COMMIT_MESSAGE: Package.swift Rust binary update
88
on:
99
workflow_dispatch:
1010
inputs:
@@ -72,6 +72,7 @@ jobs:
7272
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
7373
git config --global user.email "ypopovych@users.noreply.github.com"
7474
git add Package.swift
75+
git add --all Sources/CTesseractShared/
7576
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
7677
git push origin
7778
git tag -a "${VERSION}" -m "${RELEASE}"

0 commit comments

Comments
 (0)