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 4b26c47 commit e2dc657Copy full SHA for e2dc657
1 file changed
.github/workflows/create-release-deb.yml
@@ -20,16 +20,19 @@ jobs:
20
uses: iit-DLSLab/cicd_tools/.github/workflows/dls2_build_test.yml@main
21
with:
22
test-command: "ls"
23
+ output_workflow_artifact_name: build
24
secrets:
25
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
26
CICD_PAT: ${{ secrets.CICD_PAT }}
27
28
release_deb:
29
+ needs: build_test
30
uses: iit-DLSLab/cicd_tools/.github/workflows/create-release-deb.yml@main
31
32
package-name: "dls2"
33
deb-script-path: "scripts/create-deb-deploy.sh"
34
container: "ghcr.io/iit-dlslab/dls2-dev:latest"
35
+ workflow_artifact_name: ${{ needs.build_test.outputs.build_workflow_artifact_name }}
36
37
38
0 commit comments