File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
submodules : recursive
27
27
fetch-depth : 0
28
+
28
29
- name : Get Latest Tag
29
30
id : latesttag
30
31
uses :
WyriHaximus/[email protected]
32
+ with :
33
+ fallback : 0.0.0
34
+
31
35
- name : Setup .NET
32
36
uses : actions/setup-dotnet@v4
33
37
with :
@@ -111,6 +115,6 @@ jobs:
111
115
env :
112
116
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
113
117
run : |
114
- gh release upload "${{ github.ref_name }}" "./Output.Win-x86/Pandora_Behaviour_Engine_${{ steps.latesttag.outputs.tag }}_win-x86_net.zip"
115
- gh release upload "${{ github.ref_name }}" "./Output.Win-x64/Pandora_Behaviour_Engine_${{ steps.latesttag.outputs.tag }}_win-x64_net.zip"
116
- gh release upload "${{ github.ref_name }}" "./Output.Win-Arm64/Pandora_Behaviour_Engine_${{ steps.latesttag.outputs.tag }}_win-arm64_net.zip"
118
+ gh release upload "${{ steps.latesttag.outputs.tag }}" "./Output.Win-x86/Pandora_Behaviour_Engine_${{ steps.latesttag.outputs.tag }}_win-x86_net.zip"
119
+ gh release upload "${{ steps.latesttag.outputs.tag }}" "./Output.Win-x64/Pandora_Behaviour_Engine_${{ steps.latesttag.outputs.tag }}_win-x64_net.zip"
120
+ gh release upload "${{ steps.latesttag.outputs.tag }}" "./Output.Win-Arm64/Pandora_Behaviour_Engine_${{ steps.latesttag.outputs.tag }}_win-arm64_net.zip"
You can’t perform that action at this time.
0 commit comments