File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 9
9
description : ' Version'
10
10
required : false
11
11
12
+ env :
13
+ DLL_NAME : ' Wizards.MDN.GreProtobuf.dll'
14
+
12
15
jobs :
13
16
buildjob :
14
17
name : Get latest MTGA version
47
50
- name : Run MsiExtractor
48
51
run : |
49
52
cd "$Env:GITHUB_WORKSPACE\MsiExtractor\MsiExtractor\bin\Debug"
50
- .\MsiExtractor.exe ${{ steps.download_msi.outputs.msiFilePath }} "Wizards.MDN.GreProtobuf.Unity.dll "
53
+ .\MsiExtractor.exe ${{ steps.download_msi.outputs.msiFilePath }} "${{env.DLL_NAME}} "
51
54
$outputDirectory = Split-Path -Parent ${{ steps.download_msi.outputs.msiFilePath }}
52
55
dir "$outputDirectory"
53
56
- name : Checkout proto extractor
66
69
- name : Run proto extractor
67
70
id : extract-proto
68
71
run : |
69
- dotnet run --proto3 --resolve-circular-dependancies --automatic-packaging --resolve-name-collisions --outPath "${{github.workspace}}" --libPath "${{github.workspace}}" "${{github.workspace}}\Wizards.MDN.GreProtobuf.Unity.dll "
72
+ dotnet run --proto3 --resolve-circular-dependancies --automatic-packaging --resolve-name-collisions --outPath "${{github.workspace}}" --libPath "${{github.workspace}}" "${{github.workspace}}\${{env.DLL_NAME}} "
70
73
dir "${{github.workspace}}"
71
74
$protoFile = Get-Childitem -Path "${{github.workspace}}" -Filter *.proto | Select -First 1
72
75
echo "protoPath=$($protoFile.FullName)" >> $Env:GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments