-
Notifications
You must be signed in to change notification settings - Fork 2.2k
06. Saving the System | 保存系统
ophub edited this page Dec 7, 2023
·
1 revision
The system save setting is also controlled in the .github/workflows/build-armbian.yml file. We upload the compiled system to the Releases provided by the official GitHub via script automatically.
系统保存的设置也在 .github/workflows/build-armbian.yml 文件里控制。我们将编译好的系统通过脚本自动上传到 github 官方提供的 Releases 里面。
- name: Upload Armbian image to Release
uses: ncipollo/release-action@main
if: ${{ env.PACKAGED_STATUS }} == 'success' && !cancelled()
with:
tag: Armbian_${{ env.ARMBIAN_RELEASE }}_${{ env.PACKAGED_OUTPUTDATE }}
artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/*
allowUpdates: true
token: ${{ secrets.GH_TOKEN }}
body: |
These are the Armbian OS image
* OS information
Default username: root
Default password: 1234
Install command: armbian-install
Update command: armbian-update
Related resources | 相关资源: kernel, firmware, u-boot, amlogic-s9xxx-openwrt, delete-releases-workflows