aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Spicer <josh@joshspicer.com>2022-05-10 02:12:01 +0300
committerGitHub <noreply@github.com>2022-05-10 02:12:35 +0300
commite0d0066d6b7ad25f6dd4eb8e64bf685f2fe95d83 (patch)
tree38700d24fac51a3e9cccaf9672583ded60133080
parent11222df509fc7a0f44e794eae78925c4fe9dcb00 (diff)
copy devcontainer-features file to collection
-rw-r--r--.github/workflows/release-v1.yaml4
1 files changed, 2 insertions, 2 deletions
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