Update build.yml

This commit is contained in:
Xikaro 2025-04-18 14:42:37 +05:00
parent a5fe1d3750
commit 27e8140ccb

View file

@ -25,7 +25,7 @@ jobs:
outputs:
project_version: ${{ steps.check.outputs.version }}
project_name: ${{ steps.pakku_info.outputs.name }}
project_full_name: ${{ steps.pakku_info.outputs.name }}-${{ steps.pakku_info.outputs.version }}
project_full_name: ${{ steps.pakku_info.outputs.name }}-${{ steps.check.outputs.version }}
changelog: ${{ steps.changelog.outputs.description }}
diff: ${{ steps.read_diff.outputs.diff }}
exists: ${{ steps.check_tag.outputs.exists }}