From 13be474bb57c76d8a4c851c087425fa286425cce Mon Sep 17 00:00:00 2001 From: seerge Date: Mon, 13 Feb 2023 16:05:31 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 316e1639..57f7c7d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,9 +25,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - # Runs a single command using the runners shell - - name: Wrap PS script into EXE - shell: pwsh - run: | - Install-Module ps2exe -AllowClobber -Verbose -AcceptLicense -Confirm:$false - ps2exe .\gpu.ps1 g14-helper.exe -title 'G14 Helper' -DPIAware -winFormsDPIAware -requireAdmin -iconFile 'standard.ico' -noConsole -copyright 'G14 Helper Tool' -noOutput + - uses: actions/upload-artifact@v3 + with: + name: artifact + path: ./g14-helper.exe