-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Also update yml to take care of deprecated items. * Also update readme badge per badges/shields#8671.
- Loading branch information
Showing
5 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright (c) 2021, Pete Batard <[email protected]> | ||
# Copyright (c) 2021-2022, Pete Batard <[email protected]> | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
name: UEFI firmware - EDK2 build | ||
|
@@ -27,10 +27,12 @@ jobs: | |
steps: | ||
- name: Set version | ||
id: set_version | ||
run: echo "::set-output name=version::${GITHUB_REF/refs\/tags\//}" | ||
run: echo "version=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT | ||
|
||
- name: Set up Linux environment | ||
run: sudo apt install acpica-tools gcc-aarch64-linux-gnu python3-distutils uuid-dev | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install acpica-tools gcc-aarch64-linux-gnu | ||
- name: Check out EDK2 repositories | ||
uses: actions/checkout@v2 | ||
|
@@ -96,22 +98,11 @@ jobs: | |
|
||
- name: Create release | ||
id: create_release | ||
uses: actions/create-release@v1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
draft: false | ||
prerelease: false | ||
release_name: ${{ steps.set_version.outputs.version }} | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
body: Raspberry Pi 4 UEFI Firmware ${{ steps.set_version.outputs.version }} | ||
tag_name: ${{ steps.set_version.outputs.version }} | ||
|
||
- name: Upload release assets | ||
uses: actions/upload-release-asset@v1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: RPi4_UEFI_Firmware_${{ steps.set_version.outputs.version }}.zip | ||
asset_name: RPi4_UEFI_Firmware_${{ steps.set_version.outputs.version }}.zip | ||
asset_content_type: application/zip | ||
files: RPi4_UEFI_Firmware_${{ steps.set_version.outputs.version }}.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule edk2
updated
1326 files
Submodule edk2-non-osi
updated
14 files
Submodule edk2-platforms
updated
933 files