From c607d2d8f80b32a3bd1ac4d8081c64e46aab3045 Mon Sep 17 00:00:00 2001 From: priya Date: Sun, 7 Jul 2024 19:08:21 +0530 Subject: [PATCH] added uploaded artifacts --- .github/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 81db33d..4c3b7fe 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -19,7 +19,7 @@ jobs: needs: test runs-on: ubuntu-latest outputs: - script-files: $ {{ steps.publish.outputs.script-file }} + script-files: ${{ steps.publish.outputs.script-file }} steps: - name: Get code uses: actions/checkout@v3