Skip to content

Commit e9ef816

Browse files
authored
Update build.yml
1 parent 3d8c154 commit e9ef816

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
sudo apt install libarchive-tools curl wget f2fs-tools cgpt vboot-utils libncurses-dev gawk flex bison openssl libssl-dev dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf qemu-user-static gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
3636
env RELEASE=arm64-chromebook ./build-all ./cadmium-arm64-chromebook.img 8G
3737
env RELEASE=arm64-efi ./build-all ./cadmium-arm64-efi.img 8G
38-
- name: Upload artifacts
39-
uses: actions/[email protected]
38+
- uses: actions/[email protected]
39+
name: Upload artifacts
4040
with:
41-
path: cadmium-*-.img.gz
41+
name: installer-images
42+
path: cadmium-*.img
4243

0 commit comments

Comments
 (0)