Skip to content

Commit a53fdb3

Browse files
authored
Update publish_windows_self_contained.yaml
1 parent e05ec4a commit a53fdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish_windows_self_contained.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
Compress-Archive -Path ./Output.Win-x64/* -Destination "./Output.Win-x64/Pandora_Behaviour_Engine_${{ steps.latesttag.outputs.tag }}_win-x64_net.zip"
112112
Compress-Archive -Path ./Output.Win-Arm64/* -Destination "./Output.Win-Arm64/Pandora_Behaviour_Engine_${{ steps.latesttag.outputs.tag }}_win-arm64_net.zip"
113113
114-
- name: Create Release
114+
- name: Upload Release
115115
env:
116116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117117
run: |

0 commit comments

Comments
 (0)