From 89e81042c9a4ac1207944981ddc3244476d9805a Mon Sep 17 00:00:00 2001 From: Dongxu Li Date: Mon, 11 Sep 2023 04:19:10 -0400 Subject: [PATCH] windows installer name --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32b17114..f335437b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,10 +81,10 @@ jobs: - run: ${{ github.workspace }}/scripts/windows-install/buildLibrecadAndCreatePackage.bat + - run: cd ${{ github.workspace }} - name: Rename installer run: | - cd ${{ github.workspace }} mv build/bin/LibreCAD3*.exe build/bin/LibreCAD3-`git describe --always`.exe shell: bash