Skip to content

Commit c16429c

Browse files
committed
test
1 parent 95e1819 commit c16429c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: |
136136
[ -n "${{ matrix.run }}" ] && ${{ matrix.run }} ${{ env.PHP_VERSION }} || true
137137
APP_ARCH=${{ matrix.arch }} \
138-
APP_VERSION=${{ needs.pack.outputs.version }} \
138+
APP_VERSION=${{ needs.pack.outputs.version_full }} \
139139
APP_NAME=${{ env.APP_NAME }} \
140140
RUNNER_OS="${{ runner.os }}" \
141141
DOCKER_IMAGE=${{ env.DOCKER_TAG }}:${{ needs.pack.outputs.version }} \
@@ -188,7 +188,7 @@ jobs:
188188
path: .
189189
- name: Prepare packages structure
190190
run: |
191-
# name is like assets manticore-executor_v0.5.1-221214-e089052_linux_amd64:
191+
# name is like assets manticore-executor_0.5.1+221214-e089052-linux_amd64:
192192
tar -xzf *.tar.gz
193193
194194
# Setup openssl workaround

0 commit comments

Comments
 (0)