Add Artifact Upload, Build RELEASE Build

This commit is contained in:
SmokelessCPUv2 2022-08-04 12:58:20 +02:00 committed by GitHub
parent 3d7c26318a
commit 50bf099b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,4 +28,9 @@ jobs:
run: make -C BaseTools
- name: Build
working-directory: edk2
run: "source edksetup.sh && build -t GCC5 -p SmokelessRuntimeEFIPatcher/SmokelessRuntimeEFIPatcher.dsc -a X64 -s"
run: "source edksetup.sh && build -b RELEASE -t GCC5 -p SmokelessRuntimeEFIPatcher/SmokelessRuntimeEFIPatcher.dsc -a X64 -s"
- name: Upload a Build Artifact
- uses: actions/upload-artifact@v3.1.0
with:
name: "SREP"
path: edk2/Build/SmokelessRuntimeEFIPatcher/RELEASE_GCC5/X64/SmokelessRuntimeEFIPatcher.efi