We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05ec4a commit a53fdb3Copy full SHA for a53fdb3
.github/workflows/publish_windows_self_contained.yaml
@@ -111,7 +111,7 @@ jobs:
111
Compress-Archive -Path ./Output.Win-x64/* -Destination "./Output.Win-x64/Pandora_Behaviour_Engine_${{ steps.latesttag.outputs.tag }}_win-x64_net.zip"
112
Compress-Archive -Path ./Output.Win-Arm64/* -Destination "./Output.Win-Arm64/Pandora_Behaviour_Engine_${{ steps.latesttag.outputs.tag }}_win-arm64_net.zip"
113
114
- - name: Create Release
+ - name: Upload Release
115
env:
116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117
run: |
0 commit comments