Skip to content

Commit

Permalink
ci: move dist/index.js to dist/release/index.js for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
holmityd committed Jun 13, 2024
1 parent 9ba68eb commit fc49e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Prepare release artifacts
run: |
mkdir -p dist/release
mv dist/bundle.js dist/release/bundle.js
mv dist/index.js dist/release/index.js
cp .env.example dist/release/.env
cd dist
tar -czvf release.tar.gz release
Expand Down

0 comments on commit fc49e95

Please sign in to comment.