mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-08 20:46:50 +03:00
Test without v*
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -69,8 +69,8 @@ jobs:
|
|||||||
- name: Filter files
|
- name: Filter files
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Extract version from tag, removing 'v' prefix
|
# Use version from preparation job (already without 'v' prefix)
|
||||||
VERSION=${GITHUB_REF#refs/tags/v}
|
VERSION="${{ needs.preparation.outputs.version }}"
|
||||||
|
|
||||||
mkdir -p ./filtered-bin/${{ matrix.package_type }}
|
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 }}"
|
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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user