We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e1819 commit c16429cCopy full SHA for c16429c
1 file changed
.github/workflows/release.yml
@@ -135,7 +135,7 @@ jobs:
135
run: |
136
[ -n "${{ matrix.run }}" ] && ${{ matrix.run }} ${{ env.PHP_VERSION }} || true
137
APP_ARCH=${{ matrix.arch }} \
138
- APP_VERSION=${{ needs.pack.outputs.version }} \
+ APP_VERSION=${{ needs.pack.outputs.version_full }} \
139
APP_NAME=${{ env.APP_NAME }} \
140
RUNNER_OS="${{ runner.os }}" \
141
DOCKER_IMAGE=${{ env.DOCKER_TAG }}:${{ needs.pack.outputs.version }} \
@@ -188,7 +188,7 @@ jobs:
188
path: .
189
- name: Prepare packages structure
190
191
- # name is like assets manticore-executor_v0.5.1-221214-e089052_linux_amd64:
+ # name is like assets manticore-executor_0.5.1+221214-e089052-linux_amd64:
192
tar -xzf *.tar.gz
193
194
# Setup openssl workaround
0 commit comments