Skip to content

fix: correct SHA256 hashes and add latest EDK2_STABLE202508_R1 version #89

fix: correct SHA256 hashes and add latest EDK2_STABLE202508_R1 version

fix: correct SHA256 hashes and add latest EDK2_STABLE202508_R1 version #89

Workflow file for this run

on:
push:
branches:
- main
name: Release
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: cargo install auto-release
- run: auto-release --condition subject -p ovmf-prebuilt
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}