diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39d2b0d5..32b17114 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,8 +81,15 @@ jobs: - run: ${{ github.workspace }}/scripts/windows-install/buildLibrecadAndCreatePackage.bat + + - name: Rename installer + run: | + cd ${{ github.workspace }} + mv build/bin/LibreCAD3*.exe build/bin/LibreCAD3-`git describe --always`.exe + shell: bash + - name: Uploading exe - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3 with: path: '${{ github.workspace }}/build/bin/LibreCAD3**.exe' name: assets