Skip to content

Commit 0aeb6f3

Browse files
committed
create-release-deb: reverting to builtin deb creation script
1 parent 26697c6 commit 0aeb6f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)