Skip to content

Commit

Permalink
exe
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 11, 2023
1 parent ea6d05e commit 9dcf420
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dcf420

Please sign in to comment.