From d3792fde071232480f4408c69a74726f932eaf7a Mon Sep 17 00:00:00 2001 From: Christoph Thiede <38782922+LinqLover@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:26:37 +0100 Subject: [PATCH] ci: fix slip --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac6cf96..ae456ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: LinqLover/create-image@latest id: create-image with: - squeak-version: 6.0 + squeak-version: '6.0' prepare-script: ./scripts/prepareImage.st postpare-script: ./scripts/postpareImage.st - uses: actions/upload-artifact@master