From 01b5b0c2bc2e001de1ead80e12db17b7aa4cb992 Mon Sep 17 00:00:00 2001 From: Jas0n0ss <88020021+Jas0n0ss@users.noreply.github.com> Date: Wed, 15 Feb 2023 12:24:59 +0800 Subject: [PATCH] Update EXSi_60_Customized_Net-r8168.yml --- .github/workflows/EXSi_60_Customized_Net-r8168.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/EXSi_60_Customized_Net-r8168.yml b/.github/workflows/EXSi_60_Customized_Net-r8168.yml index 6638423..ee9da47 100644 --- a/.github/workflows/EXSi_60_Customized_Net-r8168.yml +++ b/.github/workflows/EXSi_60_Customized_Net-r8168.yml @@ -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 @@ -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