Skip to content

Commit 05fdb5d

Browse files
committed
create-release-deb: using builtin deb creation script
1 parent 71e92f6 commit 05fdb5d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/create-release-deb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
uses: iit-DLSLab/cicd_tools/.github/workflows/create-release-deb.yml@main
3030
with:
3131
package-name: "dls2"
32-
deb-script-path: "scripts/create-deb-deploy.sh"
32+
deb-script-source: builtin
33+
builtin-deb-script-path: scripts/create-deb-deploy.sh
3334
container: "ghcr.io/iit-dlslab/dls2-dev:latest"
3435
workflow_artifact_name: ${{ needs.build_test.outputs.build_workflow_artifact_name }}
3536
artifact_download_path: "."

0 commit comments

Comments
 (0)