Skip to content

Commit 84e7285

Browse files
build
1 parent b35a386 commit 84e7285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/game-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
New-Item -ItemType Directory -Path artifact;
5050
Copy-Item -Path .\build\win_amd64 -Destination .\artifact\build -Recurse;
5151
Set-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "ConsentPromptBehaviorAdmin" -Value 00000000 -Force;
52-
New-Item -ItemType SymbolicLink -Path ./artifact/flow.exe -Target ./artifact/build/flow.exe -RunAsAdmin;
52+
New-Item -ItemType SymbolicLink -Path ./artifact/flow.exe -Target ./artifact/build/flow.exe;
5353
shell: pwsh
5454

5555
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)