File tree Expand file tree Collapse file tree
.github/actions/download-artifact Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 uses : actions/download-artifact@v4
2424 with :
2525 name : uefs-win
26- path : UET/
26+ path : UET/Redpoint.Uefs.Daemon/bin/Release/${{ inputs.UET_FRAMEWORK_TARGET }}/win-x64/publish/
2727 merge-multiple : true
2828 - name : Download Shim Win
2929 if : ${{ inputs.UET_ARTIFACT_NAME == 'shim-win' }}
5252 uses : actions/download-artifact@v4
5353 with :
5454 name : uefs-mac
55- path : UET/
55+ path : UET/Redpoint.Uefs.Daemon/bin/Release/${{ inputs.UET_FRAMEWORK_TARGET }}/osx-arm64/publish/
5656 merge-multiple : true
5757 - name : Download Shim Mac
5858 if : ${{ inputs.UET_ARTIFACT_NAME == 'shim-mac' }}
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ ARG UET_TARGET_FRAMEWORK
44
55ADD UET/Lib/Uefs/Kubernetes/run-service.ps1 ./run-service.ps1
66ADD UET/Redpoint.Uefs.Daemon/bin/Release/${UET_TARGET_FRAMEWORK}/win-x64/publish/uefs-daemon.exe ./uefs-daemon.exe
7- ADD UET/uet/bin/Release/${UET_TARGET_FRAMEWORK}/win-x64/publish/uet.exe ./uet.exe
87
98ENV PATH="C:\W indows\s ystem32;C:\W indows;C:\W INDOWS\S ystem32\W indowsPowerShell\v 1.0\; "
109
You can’t perform that action at this time.
0 commit comments