Skip to content

Commit

Permalink
update diff.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 committed Apr 4, 2024
1 parent 095d65a commit 32a1d80
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,8 @@ jobs:
# execute
- run: ./frb_internal generate-run-frb-codegen-command-generate --package ${{ matrix.package }}

- run: git commit -m diff

- run: git diff > changes.patch

# upload diff
- uses: actions/upload-artifact@v4
with:
name: ${{ github.job }}--${{ matrix.image }}--${{ matrix.package }}--diff
path: changes.patch
path: ./

0 comments on commit 32a1d80

Please sign in to comment.