Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma authored Jan 19, 2025
1 parent a3ac701 commit 332be1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Build sample ${{ matrix.config.target }} - Release
continue-on-error: ${{ matrix.config.continueOnError }}
run: ./gradlew :samples:${{matrix.module}}:${{ matrix.config.tasks }}
run: ./gradlew :samples:${{ matrix.module }}:${{ matrix.config.tasks }}

check-sign:
name: Check signature - Release
Expand Down

0 comments on commit 332be1a

Please sign in to comment.