We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240d301 commit 6b62109Copy full SHA for 6b62109
.github/workflows/release-windows.yaml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Compress portable binary
90
working-directory: ./build/bin
91
- run: Compress-Archive "Mysql Binlog UI.exe" "mysqlBinlogUI_Portable_${{ steps.normalise_version.outputs.version }}_${{ steps.normalise_platform.outputs.tag }}.zip"
+ run: Compress-Archive "mysqlBinlogUI.exe" "mysqlBinlogUI_Portable_${{ steps.normalise_version.outputs.version }}_${{ steps.normalise_platform.outputs.tag }}.zip"
92
93
- name: Upload release asset (Portable)
94
uses: softprops/action-gh-release@v1
0 commit comments