From c0ef9172a529b2da8a7d41d75a19f9346cbb8bcc Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Wed, 3 Jan 2024 00:40:15 +0100 Subject: [PATCH] Adapted to new cicd-with-script workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1f9979..27ca11c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,4 +12,4 @@ jobs: permissions: { contents: write } uses: dmotte/misc/.github/workflows/cicd-with-script.yml@main with: - path: $GITHUB_ACTION_PATH/../../scripts/cicd/rust-app.sh + script: bash "$(realpath "$GITHUB_ACTION_PATH/../../scripts/cicd/rust-app.sh")"