Skip to content

Commit

Permalink
releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 10, 2023
1 parent d76e096 commit a7b3571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Uploading AppImage
uses: actions/upload-artifact@v3
with:
name: assets
path: ${{ github.workspace }}/build/LibreCAD**AppImage
name: LibreCAD3.AppImage
retention-days: 2

#- name: Uploading snap
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/[email protected]
with:
path: '${{ github.workspace }}/build/bin/LibreCAD3**.exe'
name: LibreCAD3.exe
name: assets

UpdateAssets:
if: github.repository_owner == 'LibreCAD'
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Compilation Instructions
==========
See https://github.com/LibreCAD/LibreCAD_3/wiki/Building

Releases and Releases and Continuous Building
----------
See https://github.com/LibreCAD/LibreCAD_3/releases


Reading materials for feature usage
=========
Expand Down

0 comments on commit a7b3571

Please sign in to comment.