From ba079bea9f5f37fec821e53b7156b14b65c24d02 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 14 Oct 2021 12:39:38 +0200 Subject: [PATCH] linksys_ea6350-v4: make sure the image land in S3 with the correct name Signed-off-by: John Crispin --- .github/workflows/build-dev.yml | 2 +- profiles/{linksys_ea6350.yml => linksys_ea6350-v4.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename profiles/{linksys_ea6350.yml => linksys_ea6350-v4.yml} (100%) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 59a8bbc2c..b6a864acb 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - target: ['cig_wf188', 'cig_wf194c', 'cig_wf160d', 'edgecore_eap101', 'edgecore_eap102', 'edgecore_ecs4100-12ph', 'edgecore_ecw5211', 'edgecore_ecw5410', 'edgecore_oap100', 'edgecore_ssw2ac2600', 'edgecore_spw2ac1200', 'hfcl_ion4.yml', 'indio_um-305ac', 'linksys_ea6350', 'linksys_e8450-ubi', 'linksys_ea8300', 'tplink_ec420', 'tplink_ex227', 'tplink_ex228', 'tplink_ex447', 'wallys_dr40x9' ] + target: ['cig_wf188', 'cig_wf194c', 'cig_wf160d', 'edgecore_eap101', 'edgecore_eap102', 'edgecore_ecs4100-12ph', 'edgecore_ecw5211', 'edgecore_ecw5410', 'edgecore_oap100', 'edgecore_ssw2ac2600', 'edgecore_spw2ac1200', 'hfcl_ion4.yml', 'indio_um-305ac', 'linksys_ea6350-v4', 'linksys_e8450-ubi', 'linksys_ea8300', 'tplink_ec420', 'tplink_ex227', 'tplink_ex228', 'tplink_ex447', 'wallys_dr40x9' ] steps: - uses: actions/checkout@v2 diff --git a/profiles/linksys_ea6350.yml b/profiles/linksys_ea6350-v4.yml similarity index 100% rename from profiles/linksys_ea6350.yml rename to profiles/linksys_ea6350-v4.yml