Skip to content

Commit

Permalink
[action] package Tizen web application and upload
Browse files Browse the repository at this point in the history
This patch adds steps to package and upload tizen web application in github action.

Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 committed May 13, 2024
1 parent 9f186b5 commit 3794738
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tizen-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
run: |
export PATH=$PATH:${{ github.workspace }}/tizen-studio/tools/ide/bin
tizen build-web -- ${{ github.workspace }}/Tizen.web/${{ matrix.app }}
tizen package -t wgt -- ${{ github.workspace }}/Tizen.web/${{ matrix.app }}/.buildResult
- name: Upload wgt package
uses: actions/upload-artifact@v4
with:
name: tizen_web_${{ matrix.app }}
path: ${{ github.workspace }}/Tizen.web/${{ matrix.app }}/.buildResult/${{ matrix.app }}.wgt

0 comments on commit 3794738

Please sign in to comment.