Skip to content

Commit 66e9020

Browse files
authored
Update publish_windows_self_contained.yaml
1 parent bc8086e commit 66e9020

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/publish_windows_self_contained.yaml

+7-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ jobs:
2525
with:
2626
submodules: recursive
2727
fetch-depth: 0
28+
2829
- name: Get Latest Tag
2930
id: latesttag
3031
uses: WyriHaximus/[email protected]
32+
with:
33+
fallback: 0.0.0
34+
3135
- name: Setup .NET
3236
uses: actions/setup-dotnet@v4
3337
with:
@@ -111,6 +115,6 @@ jobs:
111115
env:
112116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113117
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"

0 commit comments

Comments
 (0)