Skip to content

Commit

Permalink
ci: always release ota
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwml committed Jul 28, 2023
1 parent 4305bdb commit c7dcc43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ jobs:
artifacts: ${{ env.WORKDIR }}/openwrt/kmod-*.tar.gz

- name: Install aliyunpan & login
if: always()
continue-on-error: true
run: |
if [ "${{ matrix.model }}" = "nanopi-r4s" ]; then
device_id=${{ secrets.device_id_r4s }}
Expand All @@ -162,6 +164,8 @@ jobs:
echo $aliyun_token | aliyunpan login
- name: Upload Firmware - releases
if: always()
continue-on-error: true
run: |
export ALIYUNPAN_CONFIG_DIR="$(pwd)/.aliyunpan"
version=$(cat openwrt/version.txt)
Expand Down

0 comments on commit c7dcc43

Please sign in to comment.