Test without v*

This commit is contained in:
itdoginfo
2025-10-09 16:01:31 +03:00
parent e7578d61bc
commit 587e5245d3

View File

@@ -69,8 +69,8 @@ jobs:
- name: Filter files
shell: bash
run: |
# Extract version from tag, removing 'v' prefix
VERSION=${GITHUB_REF#refs/tags/v}
# Use version from preparation job (already without 'v' prefix)
VERSION="${{ needs.preparation.outputs.version }}"
mkdir -p ./filtered-bin/${{ matrix.package_type }}
cp ./bin/${{ matrix.package_type }}/luci-i18n-podkop-ru-*.${{ matrix.package_type }} "./filtered-bin/${{ matrix.package_type }}/luci-i18n-podkop-ru-${VERSION}.${{ matrix.package_type }}"