Skip to content

Commit 6b62109

Browse files
committed
debug: github action
1 parent 240d301 commit 6b62109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Compress portable binary
9090
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"
91+
run: Compress-Archive "mysqlBinlogUI.exe" "mysqlBinlogUI_Portable_${{ steps.normalise_version.outputs.version }}_${{ steps.normalise_platform.outputs.tag }}.zip"
9292

9393
- name: Upload release asset (Portable)
9494
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)