add interrupt for goyavewifi DSDT #5
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
name: EDK2 Release | |
on: | |
push: | |
branches: [ "sdcard" ] | |
pull_request: | |
branches: [ "sdcard" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: CI Build | |
run: chmod +x ci-release.sh && ./ci-release.sh | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: Y560 | |
path: ./workspace/Y560.img | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: Lumia 650 | |
path: ./workspace/emmc_appsboot.mbn | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: E1M | |
path: ./workspace/E1M.img |