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

Commit

Permalink
Update EXSi_60_Customized_Net-r8168.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jas0n0ss authored Feb 15, 2023
1 parent 16126c5 commit 01b5b0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/EXSi_60_Customized_Net-r8168.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tag:
description: 'Release Tag'
required: true
default: 'EXSI6.0'
default: 'EXSI6.0-net55-r8168'
driver:
description: 'Driver Name'
required: true
Expand Down Expand Up @@ -60,15 +60,15 @@ jobs:
run: |
cd $env:WORK_DIR\
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
.\ESXi-Customizer-PS.ps1 -izip .\$env:BaseIMG -nsc -log ..\build-log.txt -v60 -vft -load $env:VIB -ipname ${{ github.event.inputs.tag }}_${{ github.event.inputs.driver }} -outDir ..\
.\ESXi-Customizer-PS.ps1 -izip .\$env:BaseIMG -nsc -log ..\build-log.txt -v60 -vft -load $env:VIB -ipname ${{ github.event.inputs.tag }} -outDir ..\
dir ..\
- name: Create Release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.TOKEN }}
name: ${{ github.event.inputs.tag }}_${{ github.event.inputs.driver }}
name: ${{ github.event.inputs.tag }}
tag_name: ${{ github.event.inputs.tag }}
files: |
build-log.txt
${{ github.event.inputs.tag }}_${{ github.event.inputs.driver }}.iso
${{ github.event.inputs.tag }}.iso

0 comments on commit 01b5b0c

Please sign in to comment.