From e0d0066d6b7ad25f6dd4eb8e64bf685f2fe95d83 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Mon, 9 May 2022 23:12:01 +0000 Subject: copy devcontainer-features file to collection --- .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 fbae8cc..1346aed 100644 --- a/.github/workflows/release-v1.yaml +++ b/.github/workflows/release-v1.yaml @@ -10,11 +10,11 @@ jobs: - uses: actions/checkout@v2 - name: Combine Feature Fragments - run: ./v1/combine-feature-fragments.py > ./collection/devcontainer-features.json + run: ./v1/combine-feature-fragments.py > ./devcontainer-features.json - name: Copy scripts to src folder id: copy_scripts - run: cp -r ./v1/install.sh ./v1/feature-scripts.env ./collection + run: cp -r ./v1/install.sh ./v1/feature-scripts.env ./devcontainer-features.json ./collection - name: Debug Output run: sudo apt install tree -y && tree -- cgit v1.2.3