aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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