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 c76b7c8 commit e5386adCopy full SHA for e5386ad
1 file changed
.github/workflows/create-release-deb.yml
@@ -31,6 +31,8 @@ jobs:
31
package-name: "dls2"
32
deb-script-source: caller
33
container: "ghcr.io/iit-dlslab/dls2-dev:latest"
34
+ workflow_artifact_name: ${{ needs.build_test.outputs.build_workflow_artifact_name }}
35
+ artifact_download_path: "."
36
secrets:
37
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
38
CICD_PAT: ${{ secrets.CICD_PAT }}
0 commit comments