Skip to content

Commit 6b97f8d

Browse files
authored
fix: Another run at the release build step. (#219)
1 parent 6afdc09 commit 6b97f8d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,12 @@ jobs:
6969

7070
- name: Prepare dist folder
7171
run: |
72-
ls -a dist
73-
ls -a ./dist
72+
rm -rf samples
73+
mkdir -p dist
74+
cp -r ./dist/* ./dist/
75+
76+
- name: Commit and Push Changes (to dist)
77+
run: |
78+
git add .
79+
git commit -m "Update dist folder"
80+
git push --force origin dist

0 commit comments

Comments
 (0)