Skip to content

Commit

Permalink
Prepare for new release, compatible with qemu 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Dec 12, 2024
1 parent bf57397 commit 6ca425b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
export GCC5_LOONGARCH64_PREFIX=loongarch64-unknown-linux-gnu-
source edk2/edksetup.sh
make -C edk2/BaseTools
build --buildtarget=RELEASE --tagname=GCC5 --arch=LOONGARCH64 --platform=Platform/Loongson/LoongArchQemuPkg/Loongson.dsc
build --buildtarget=RELEASE --tagname=GCC5 --arch=LOONGARCH64 --platform=OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc
- uses: actions/upload-artifact@v4
with:
name: firmware
path: Build/LoongArchQemu/RELEASE_GCC5/FV/*.fd
path: Build/LoongArchVirtQemu/RELEASE_GCC5/FV/*.fd
- uses: ncipollo/release-action@v1
with:
artifacts: Build/LoongArchQemu/RELEASE_GCC5/FV/*.fd
artifacts: Build/LoongArchVirtQemu/RELEASE_GCC5/FV/*.fd

0 comments on commit 6ca425b

Please sign in to comment.