From 612b95d78f6a50423a6df5bf43361d9037013410 Mon Sep 17 00:00:00 2001 From: Boudjada Yasser Date: Sun, 11 Jun 2023 05:34:52 +0100 Subject: [PATCH] Update force-apt.yml Signed-off-by: Boudjada Yasser --- .github/workflows/force-apt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/force-apt.yml b/.github/workflows/force-apt.yml index 5bd8ac55..77629fce 100644 --- a/.github/workflows/force-apt.yml +++ b/.github/workflows/force-apt.yml @@ -22,7 +22,7 @@ jobs: run: | REPO_DIR="" # Replace with the path to your repository REPO_NAME="hiphp" # Replace with your repository name - DEB_FILE="hiphp.deb" # Replace with the path to your .deb file + DEB_FILE="./hiphp.deb" # Replace with the path to your .deb file #cd "$REPO_DIR"