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 26697c6 commit 0aeb6f3Copy full SHA for 0aeb6f3
1 file changed
.github/workflows/create-release-deb.yml
@@ -29,7 +29,9 @@ jobs:
29
uses: iit-DLSLab/cicd_tools/.github/workflows/create-release-deb.yml@main
30
with:
31
package-name: "dls2"
32
- deb-script-source: caller
+ # deb-script-source: caller
33
+ deb-script-source: builtin
34
+ builtin-deb-script-path: scripts/create-deb-deploy.sh
35
container: "ghcr.io/iit-dlslab/dls2-dev:latest"
36
workflow_artifact_name: ${{ needs.build_test.outputs.build_workflow_artifact_name }}
37
artifact_download_path: "."
0 commit comments