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 65109b1 commit f44118aCopy full SHA for f44118a
1 file changed
.github/workflows/create-release-deb.yml
@@ -29,7 +29,8 @@ jobs:
29
uses: iit-DLSLab/cicd_tools/.github/workflows/create-release-deb.yml@main
30
with:
31
package-name: "dls2"
32
- deb-script-path: "scripts/create-deb-deploy.sh"
+ deb-script-source: builtin
33
+ builtin-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
artifact_download_path: "."
0 commit comments