File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 30
30
name : Build-macOS-${{ inputs.architecture }}-${{inputs.configuration}}
31
31
path : |
32
32
Result.Darwin.x64.${{inputs.configuration}}/Panzerfaust/${{inputs.configuration}}/net6.0/osx-${{ inputs.architecture }}/publish/
33
+ Result.Darwin.x64.${{inputs.configuration}}/__externals/Vulkan-Loader/loader/${{ inputs.configuration }}/
33
34
Result.Darwin.x64.${{inputs.configuration}}/ZEngine/tests/${{inputs.configuration}}/
34
35
!Result.Darwin.x64.${{inputs.configuration}}/Panzerfaust/${{inputs.configuration}}/net6.0/**/Microsoft.CodeAnalysis.CSharp.resources.dll
35
36
!Result.Darwin.x64.${{inputs.configuration}}/Panzerfaust/${{inputs.configuration}}/net6.0/**/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Original file line number Diff line number Diff line change @@ -19,16 +19,18 @@ jobs:
19
19
steps :
20
20
- name : Checkout repository
21
21
uses : actions/checkout@v4
22
+ with :
23
+ path : macOS-${{ inputs.architecture }}-${{ inputs.configuration }}
22
24
23
25
- name : Download Artifacts
24
26
uses : actions/download-artifact@v4
25
27
with :
26
28
name : Build-macOS-${{ inputs.architecture }}-${{ inputs.configuration }}
27
29
path : Result.Darwin.x64.${{ inputs.configuration }}
28
30
29
- - name : Update access permission of tests
31
+ - name : Update access permission of ZEngineTests
30
32
run : chmod +x ./Result.Darwin.x64.${{ inputs.configuration }}/ZEngine/tests/${{ inputs.configuration }}/ZEngineTests
31
33
32
34
- name : Run Tests
33
- run : .\Scripts\RunTests.ps1 -Configurations ${{inputs.configuration}}
35
+ run : .\Scripts\RunTests.ps1 -Configurations ${{ inputs.configuration }}
34
36
shell : pwsh
You can’t perform that action at this time.
0 commit comments