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

Commit

Permalink
new update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Hu(Jas0n0ss) committed Nov 9, 2023
1 parent dda5539 commit 940e2f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/EXSi_67_sata_Net55-r8168.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: EXSi_67_sata_Net55-r8168
name: EXSi_67_sata_Net55-r8168_nvme_usb
on:
repository_dispatch:
workflow_dispatch:
inputs:
tag:
description: 'Release Tag'
required: true
default: 'EXSi_67_sata_Net55-r8168'
default: 'EXSi_67_sata_Net55-r8168_nvme_usb'
driver:
description: 'Driver Name'
required: true
default: 'net55-r8168'
default: 'r8168_nvme_usb_sata'

jobs:
Build:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
cd $env:WORK_DIR\
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser -Force
.\ESXi-Customizer-PS.ps1 -izip .\ESXi-6.7.0-20221004001-standard.zip -nsc -log ..\build-log.txt -v67 -vft -load sata-xahci,net55-r8168 -ipname ${{ github.event.inputs.tag }} -outDir ..\
.\ESXi-Customizer-PS.ps1 -izip .\ESXi-6.7.0-20221004001-standard.zip -nsc -log ..\build-log.txt -v67 -vft -load sata-xahci,net55-r8168 -pkgDir .\drivers -ipname ${{ github.event.inputs.tag }} -outDir ..\
dir ..\
- name: Create Release
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 940e2f4

Please sign in to comment.