v5.0.0 #8
Workflow file for this run
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
| # AUTO-MAS: A Multi-Script, Multi-Config Management and Automation Software | |
| # Copyright © 2025 MistEO | |
| # Copyright © 2025 AUTO-MAS Team | |
| # This file is part of AUTO-MAS. | |
| # AUTO-MAS is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published | |
| # by the Free Software Foundation, either version 3 of the License, | |
| # or (at your option) any later version. | |
| # AUTO-MAS is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty | |
| # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See | |
| # the GNU General Public License for more details. | |
| # You should have received a copy of the GNU General Public License | |
| # along with AUTO-MAS. If not, see <https://www.gnu.org/licenses/>. | |
| # Contact: DLmaster_361@163.com | |
| name: MirrorChyan 更新版本说明 | |
| on: | |
| workflow_dispatch: | |
| release: | |
| types: [edited] | |
| jobs: | |
| mirrorchyan: | |
| runs-on: macos-latest | |
| steps: | |
| - id: uploading | |
| uses: MirrorChyan/release-note-action@v1 | |
| with: | |
| mirrorchyan_rid: AUTO_MAS | |
| owner: AUTO-MAS-Project | |
| repo: AUTO-MAS | |
| upload_token: ${{ secrets.MirrorChyanUploadToken }} | |
| github_token: ${{ secrets.GITHUB_TOKEN }} |