mirror of
https://github.com/barkstone2/vault-to-blog.git
synced 2026-07-22 05:21:19 +00:00
chore: archive react-app-internal as react-app folder
This commit is contained in:
parent
83163febc6
commit
52f39eaaf7
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -23,7 +23,9 @@ jobs:
|
|||
npm run build
|
||||
- name: Archive react-app-internal
|
||||
run: |
|
||||
zip -r react-app.zip ./react-app-internal
|
||||
tmpdir=$(mktemp -d)
|
||||
cp -R ./react-app-internal "$tmpdir/react-app"
|
||||
(cd "$tmpdir" && zip -r "$GITHUB_WORKSPACE/react-app.zip" react-app)
|
||||
- name: Create release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue