mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Update build.yml
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -25,9 +25,7 @@ jobs:
|
|||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
- uses: actions/upload-artifact@v3
|
||||||
- name: Wrap PS script into EXE
|
with:
|
||||||
shell: pwsh
|
name: artifact
|
||||||
run: |
|
path: ./g14-helper.exe
|
||||||
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user