Report Plugin Build #6933
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Report Plugin Build | |
| on: | |
| workflow_run: | |
| workflows: ['Plugin Build'] | |
| types: | |
| - completed | |
| jobs: | |
| report-build: | |
| name: Report Plugin Build | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Publish commit status with the link to download the plugin | |
| id: plugin_artifact | |
| uses: Automattic/github-action-report-artifact@v0 | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| artifact-name: sensei-lms-${{ github.event.workflow_run.head_sha }} | |
| report-on: commit_status | |
| context: Plugin Build Download | |
| message: Click on "Details" to download the plugin zip file |