Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SOH69 committed Jun 1, 2024
1 parent 3c6c90c commit e604edf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Build Svelte project
run: npm run build --prefix web # Run build script in the web folder

- name: Move build output to mm_radio folder
run: mv web/public mm_radio # Move the build output to mm_radio folder

- name: Zip the mm_radio folder
run: zip -r mm_radio.zip mm_radio # Zip the entire mm_radio folder

Expand Down

0 comments on commit e604edf

Please sign in to comment.