Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

fix: update NootedRed.kext to latest #1

fix: update NootedRed.kext to latest

fix: update NootedRed.kext to latest #1

Workflow file for this run

name: Create Archive
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Archive Release
uses: thedoctor0/zip-release@0.7.6
with:
type: 'zip'
filename: 'EFI.zip'
path: 'EFI'
exclusions: '*.git* /*node_modules/* .editorconfig'
- name: Upload Release
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "EFI.zip"
name: ${{ github.event.head_commit.timestamp }}
token: ${{ secrets.GITHUB_TOKEN }}