From d0dd07007b4991a9e4b23da58f239422906596b8 Mon Sep 17 00:00:00 2001
From: Samruddhi Khandale <skhandale@microsoft.com>
Date: Mon, 16 May 2022 11:34:56 -0700
Subject: fix bug: Release pipeline (#15)

* fix bug

* changing occurrences to src
---
 .github/workflows/release-v1.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to '.github/workflows')

diff --git a/.github/workflows/release-v1.yaml b/.github/workflows/release-v1.yaml
index 8122f17..a0520db 100644
--- a/.github/workflows/release-v1.yaml
+++ b/.github/workflows/release-v1.yaml
@@ -16,7 +16,7 @@ jobs:
 
       - name: Copy scripts to src folder
         id: copy_scripts
-        run: cp -r ./v1/install.sh ./v1/feature-scripts.env ./devcontainer-features.json   ./collection
+        run: cp -r ./v1/install.sh ./v1/feature-scripts.env ./devcontainer-features.json   ./src
 
       - name: Debug Output
         run: sudo apt install tree -y && tree
@@ -25,7 +25,7 @@ jobs:
         uses: microsoft/publish-dev-container-features-action@main # devcontainers/action
         with:
           publish-features: "true"
-          path-to-features: "./collection"
+          path-to-features: "./src"
           publish-definitions: "false"
 
       - uses: actions/upload-artifact@v3
-- 
cgit v1.2.3