From ca86a560a6984bacb0ff7cc5d022e8d07070dd62 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Fri, 3 Jun 2022 17:49:15 +0000 Subject: [PATCH] Fix --- .github/workflows/images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 157f668..8bcdde3 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -22,7 +22,7 @@ jobs: - name: Publish images run: | - ${{ github.workspace }}/images/build-stack-image.sh true + images/build-stack-image.sh true - name: Release uses: softprops/action-gh-release@v1