We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff596b0 commit 96c81c2Copy full SHA for 96c81c2
.github/workflows/release.yml
@@ -67,16 +67,7 @@ jobs:
67
- name: Checkout dist branch
68
run: git checkout -B dist origin/dist || git checkout -b dist
69
70
- - name: Clear existing dist/samples
71
- run: rm -rf dist/samples/*
72
-
73
- - name: Copy Built Output to dist/samples
+ - name: Prepare dist folder
74
run: |
75
- mkdir -p dist/samples
76
- cp -r ./dist/* dist/samples/
77
78
- - name: Commit and Push Changes (to dist)
79
- run: |
80
- git add dist/samples
81
- git commit -m "Update dist folder"
82
- git push --force origin dist
+ ls -a dist
+ ls -a ./dist
0 commit comments