Skip to content

Commit

Permalink
Update 2024.0212.1228.53
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2024
1 parent e2a52b1 commit e4bd364
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 78 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- main
paths:
- 'build/Immortalwrt/relevance/start'
- 'bconfig'

env:
GITHUB_LINK: https://github.com/${{github.repository}}
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [Immortalwrt]
target: [Lede]

steps:
- name: 准备结束
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:

- name: 发布固件
if: steps.compile.outcome == 'success' && env.UPLOAD_RELEASE == 'true' && env.ING_FIRMWAR == 'true' && env.REPO_TOKEN
uses: ncipollo/release-action@main
uses: ncipollo/release-action@v1
with:
name: ${{ env.SOURCE }}-${{ env.PROMPT_TING }}
tag: a${{ env.date }}
Expand All @@ -188,7 +188,7 @@ jobs:
- name: 发送[在线更新固件]至云端1
id: autoup
if: steps.compile.outcome == 'success' && env.UPDATE_FIRMWARE_ONLINE == 'true' && env.REPO_TOKEN
uses: ncipollo/release-action@main
uses: ncipollo/release-action@v1
with:
name: AutoUpdate
tag: ${{ env.Update_tag }}
Expand All @@ -209,7 +209,7 @@ jobs:
- name: 发送[在线更新固件]至云端3
if: steps.autoup.outcome == 'success' && env.UPDATE_FIRMWARE_ONLINE == 'true' && env.REPO_TOKEN
uses: ncipollo/release-action@main
uses: ncipollo/release-action@v1
with:
name: AutoUpdate-${{ env.TARGET_BOARD }}
tag: ${{ env.Update_tag }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,14 @@ jobs:
- name: 上传固件在 github Artifacts
if: steps.compile.outcome == 'success' && env.UPLOAD_FIRMWARE == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@main
with:
name: OpenWrt-${{ env.source_codename }}-${{ env.kernel_usage }}-${{ env.date }}-firmware
path: ${{ env.FIRMWARE_PATH }}

- name: 发布固件到 Github Releases
if: steps.compile.outcome == 'success' && env.UPLOAD_RELEASE == 'true' && env.REPO_TOKEN
uses: ncipollo/release-action@main
uses: ncipollo/release-action@v1
with:
name: ${{ env.amlogic_model }}
tag: ${{ env.date }}
Expand Down
2 changes: 1 addition & 1 deletion build/Immortalwrt/relevance/actions_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ACTIONS_VERSION=1.0.5
ACTIONS_VERSION=1.0.6
2 changes: 1 addition & 1 deletion build/Immortalwrt/relevance/armsrstart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240212003047
20240212122853
12 changes: 0 additions & 12 deletions build/Immortalwrt/relevance/settings.ini

This file was deleted.

2 changes: 1 addition & 1 deletion build/Immortalwrt/relevance/start
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Immortalwrt-openwrt-18.06-k5.4-seed/x86_64-2024年02月12号12时06分19秒
20240212122853
2 changes: 1 addition & 1 deletion build/Lede/relevance/armsrstart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240212003047
20240212122853
12 changes: 0 additions & 12 deletions build/Lede/relevance/settings.ini

This file was deleted.

2 changes: 1 addition & 1 deletion build/Lede/relevance/start
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Lede-master-seed/x86_64-2024年02月12号02时52分02秒
20240212122853
2 changes: 1 addition & 1 deletion build/Lienol/relevance/armsrstart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240212003047
20240212122853
12 changes: 0 additions & 12 deletions build/Lienol/relevance/settings.ini

This file was deleted.

2 changes: 1 addition & 1 deletion build/Lienol/relevance/start
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Lienol-21.02-seed/x86_64-2024年02月12号10时38分12秒
20240212122853
2 changes: 1 addition & 1 deletion build/Official/relevance/armsrstart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240212003047
20240212122853
12 changes: 0 additions & 12 deletions build/Official/relevance/settings.ini

This file was deleted.

2 changes: 1 addition & 1 deletion build/Official/relevance/start
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Official-openwrt-21.02-seed/x86_64-2024年02月12号10时45分03秒
20240212122853
2 changes: 1 addition & 1 deletion build/Xwrt/relevance/armsrstart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240212003047
20240212122853
12 changes: 0 additions & 12 deletions build/Xwrt/relevance/settings.ini

This file was deleted.

2 changes: 1 addition & 1 deletion build/Xwrt/relevance/start
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Xwrt-master-seed/x86_64-2024年02月12号02时58分18秒
20240212122853

0 comments on commit e4bd364

Please sign in to comment.