Skip to content

Commit 96c81c2

Browse files
authored
fix: Update release.yml (#217)
Adding some log lines to see what the heck is going on.
1 parent ff596b0 commit 96c81c2

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,7 @@ jobs:
6767
- name: Checkout dist branch
6868
run: git checkout -B dist origin/dist || git checkout -b dist
6969

70-
- name: Clear existing dist/samples
71-
run: rm -rf dist/samples/*
72-
73-
- name: Copy Built Output to dist/samples
70+
- name: Prepare dist folder
7471
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
72+
ls -a dist
73+
ls -a ./dist

0 commit comments

Comments
 (0)