Skip to content

Commit

Permalink
Build verification on workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Aug 9, 2024
1 parent dd0dca1 commit 712e72f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ jobs:
run: |
chmod +x package.sh
./package.sh
- name: BUild verification
run: |
ls dist -ral
find dist | sort | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"

0 comments on commit 712e72f

Please sign in to comment.