Skip to content

Commit

Permalink
Fix wrong case for Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Jul 23, 2019
1 parent 81f7d11 commit 150242e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -24,9 +24,9 @@ after_build:
sh: |-
sha256sum Build/RPi3/RELEASE_GCC5/FV/RPI_EFI.fd
cp config_3b.txt config.txt
7z a RPi3_Model_B_UEFI_Firmware_$APPVEYOR_REPO_TAG_NAME.zip $APPVEYOR_BUILD_FOLDER/Build/RPi3/RELEASE_GCC5/FV/RPI_EFI.fd $APPVEYOR_BUILD_FOLDER/edk2-non-osi/Platform/RaspberryPi/RPi3/DeviceTree/*.dtb $APPVEYOR_BUILD_FOLDER/bootcode.bin $APPVEYOR_BUILD_FOLDER/config.txt $APPVEYOR_BUILD_FOLDER/fixup.dat $APPVEYOR_BUILD_FOLDER/start.elf $APPVEYOR_BUILD_FOLDER/README.md firmware
7z a RPi3_Model_B_UEFI_Firmware_$APPVEYOR_REPO_TAG_NAME.zip $APPVEYOR_BUILD_FOLDER/Build/RPi3/RELEASE_GCC5/FV/RPI_EFI.fd $APPVEYOR_BUILD_FOLDER/edk2-non-osi/Platform/RaspberryPi/RPi3/DeviceTree/*.dtb $APPVEYOR_BUILD_FOLDER/bootcode.bin $APPVEYOR_BUILD_FOLDER/config.txt $APPVEYOR_BUILD_FOLDER/fixup.dat $APPVEYOR_BUILD_FOLDER/start.elf $APPVEYOR_BUILD_FOLDER/Readme.md firmware
cp config_3b+.txt config.txt
7z a RPi3_Model_B_Plus_UEFI_Firmware_$APPVEYOR_REPO_TAG_NAME.zip $APPVEYOR_BUILD_FOLDER/Build/RPi3/RELEASE_GCC5/FV/RPI_EFI.fd $APPVEYOR_BUILD_FOLDER/edk2-non-osi/Platform/RaspberryPi/RPi3/DeviceTree/*.dtb $APPVEYOR_BUILD_FOLDER/bootcode.bin $APPVEYOR_BUILD_FOLDER/config.txt $APPVEYOR_BUILD_FOLDER/fixup.dat $APPVEYOR_BUILD_FOLDER/start.elf $APPVEYOR_BUILD_FOLDER/README.md firmware
7z a RPi3_Model_B_Plus_UEFI_Firmware_$APPVEYOR_REPO_TAG_NAME.zip $APPVEYOR_BUILD_FOLDER/Build/RPi3/RELEASE_GCC5/FV/RPI_EFI.fd $APPVEYOR_BUILD_FOLDER/edk2-non-osi/Platform/RaspberryPi/RPi3/DeviceTree/*.dtb $APPVEYOR_BUILD_FOLDER/bootcode.bin $APPVEYOR_BUILD_FOLDER/config.txt $APPVEYOR_BUILD_FOLDER/fixup.dat $APPVEYOR_BUILD_FOLDER/start.elf $APPVEYOR_BUILD_FOLDER/Readme.md firmware
artifacts:
path: '*.zip'
Expand Down

0 comments on commit 150242e

Please sign in to comment.