Skip to content

Commit

Permalink
ci: snapshot: update to openwrt-24.10
Browse files Browse the repository at this point in the history
Signed-off-by: sbwml <admin@cooluc.com>
  • Loading branch information
sbwml committed Oct 4, 2024
1 parent 0e1d2cb commit 733d2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- netgear_r8500
tag:
- type: dev
version: openwrt-23.05
version: openwrt-24.10

steps:
- name: Setup variables
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
run: |
export ALIYUNPAN_CONFIG_DIR="$(pwd)/.aliyunpan"
DATE=$(date "+%Y-%m-%d")
branch=23.05-SNAPSHOT
branch=24.10-SNAPSHOT
if [ "${{ matrix.model }}" = "nanopi-r4s" ]; then
aliyunpan upload --timeout 30 --retry 10 --ow info/config.buildinfo openwrt/nanopi-r4s/snapshots/$branch/$DATE/
aliyunpan upload --timeout 30 --retry 10 --ow info/manifest.txt openwrt/nanopi-r4s/snapshots/$branch/$DATE/
Expand Down

0 comments on commit 733d2ac

Please sign in to comment.