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 608e2bd commit 3c6c90c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
- name: Build Svelte project
run: npm run build --prefix web # Run build script in the web folder

- name: Zip build folder
run: |
cd web
zip -r ../mm_radio.zip public/ # Zip the contents of the build output
- 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

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 3c6c90c

Please sign in to comment.