Add module version and version code to workflow

This commit is contained in:
CherretGit
2026-01-25 20:10:32 +07:00
committed by GitHub
parent 1981092525
commit 9629d38693

View File

@@ -37,6 +37,8 @@ jobs:
runs-on: ubuntu-latest
env:
ZAPRET_VERSION: ${{ inputs.zapret-version }}
module_version: ${{ inputs.version }}
module_version_code: ${{ inputs.version_code }}
steps:
- uses: actions/checkout@v4