From 854c8b6fcec55faead2d2a1e68dc972006885817 Mon Sep 17 00:00:00 2001 From: Luochongjun Date: Thu, 27 May 2021 20:17:10 +0800 Subject: [PATCH] fix actions syntax --- .github/workflows/build-snapshot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index c176f12..8b97f7f 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-snapshot.yml @@ -31,6 +31,6 @@ jobs: with: name: ./snapshot_firmware path: | - ./bin/target/**/*squashfs-sysupgrade.bin - ./bin/target/**/*squashfs-sysupgrade.img - ./bin/target/**/*squashfs-sysupgrade.tar + ./bin/target/**/*squashfs-sysupgrade.bin + ./bin/target/**/*squashfs-sysupgrade.img + ./bin/target/**/*squashfs-sysupgrade.tar