Skip to content

Commit

Permalink
fix: only zip userwidget folder
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Mar 2, 2024
1 parent 844d047 commit 8f223fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Package WGT as USB Demo Package
run: |
wgt-to-usb tizenbrew-app/TizenBrew/release/TizenBrewStandalone.wgt -o tizenbrew-app/TizenBrew/release
wgt-to-usb tizenbrew-app/TizenBrew/release/TizenBrewStandalone.wgt
- name: Upload Tizen package artifact
uses: actions/upload-artifact@v2
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Zip USB Demo Package
run: |
zip -r tizenbrew-app/TizenBrew/release/TizenBrewStandaloneUSBDemo.zip tizenbrew-app/TizenBrew/release/userwidget
zip -r tizenbrew-app/TizenBrew/release/TizenBrewStandaloneUSBDemo.zip userwidget/
- name: Release USB Demo Package
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 8f223fd

Please sign in to comment.