We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8288c9e commit 7524cfaCopy full SHA for 7524cfa
.github/workflows/testing-release-gorelease-bkp.yml
@@ -50,6 +50,8 @@ jobs:
50
#runs-on: ubuntu-latest-devops-xxlarge
51
timeout-minutes: 90
52
name: Build Release with Goreleaser
53
+ outputs:
54
+ application: ${{ env.APPLICATION }}
55
56
steps:
57
- name: Cleanup space
@@ -246,5 +248,5 @@ jobs:
246
248
#timeout-minutes: 10
247
249
uses: erigontech/devops-testing-workflows/.github/workflows/reusable-build-debian-pkg.yml@main
250
with:
- 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
252
version: ${{ inputs.release_version }}
0 commit comments