mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-17 17:44:06 +00:00
fix actions syntax
This commit is contained in:
parent
e96516f52e
commit
854c8b6fce
6
.github/workflows/build-snapshot.yml
vendored
6
.github/workflows/build-snapshot.yml
vendored
@ -31,6 +31,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ./snapshot_firmware
|
name: ./snapshot_firmware
|
||||||
path: |
|
path: |
|
||||||
./bin/target/**/*squashfs-sysupgrade.bin
|
./bin/target/**/*squashfs-sysupgrade.bin
|
||||||
./bin/target/**/*squashfs-sysupgrade.img
|
./bin/target/**/*squashfs-sysupgrade.img
|
||||||
./bin/target/**/*squashfs-sysupgrade.tar
|
./bin/target/**/*squashfs-sysupgrade.tar
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user