We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35a386 commit 84e7285Copy full SHA for 84e7285
.github/workflows/game-build-and-publish.yml
@@ -49,7 +49,7 @@ jobs:
49
New-Item -ItemType Directory -Path artifact;
50
Copy-Item -Path .\build\win_amd64 -Destination .\artifact\build -Recurse;
51
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;
+ New-Item -ItemType SymbolicLink -Path ./artifact/flow.exe -Target ./artifact/build/flow.exe;
53
shell: pwsh
54
55
- uses: actions/upload-artifact@v4
0 commit comments