diff options
author | Josh Spicer <josh@joshspicer.com> | 2022-05-10 02:12:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 02:12:35 +0300 |
commit | e0d0066d6b7ad25f6dd4eb8e64bf685f2fe95d83 (patch) | |
tree | 38700d24fac51a3e9cccaf9672583ded60133080 | |
parent | 11222df509fc7a0f44e794eae78925c4fe9dcb00 (diff) |
copy devcontainer-features file to collection
-rw-r--r-- | .github/workflows/release-v1.yaml | 4 |
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 |