Skip to content

Commit 7524cfa

Browse files
committed
tt
1 parent 8288c9e commit 7524cfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing-release-gorelease-bkp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
#runs-on: ubuntu-latest-devops-xxlarge
5151
timeout-minutes: 90
5252
name: Build Release with Goreleaser
53+
outputs:
54+
application: ${{ env.APPLICATION }}
5355

5456
steps:
5557
- name: Cleanup space
@@ -246,5 +248,5 @@ jobs:
246248
#timeout-minutes: 10
247249
uses: erigontech/devops-testing-workflows/.github/workflows/reusable-build-debian-pkg.yml@main
248250
with:
249-
artifact_id: ${{ env.APPLICATION }}_${{ inputs.release_version }}_linux_amd64.tar.gz
251+
artifact_id: ${{ needs.build-release.outputs.application }}_${{ inputs.release_version }}_linux_amd64.tar.gz
250252
version: ${{ inputs.release_version }}

0 commit comments

Comments
 (0)