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