From a7b3571f00dc13fe933ae328c12adf048cbbd048 Mon Sep 17 00:00:00 2001 From: Dongxu Li Date: Sun, 10 Sep 2023 05:54:42 -0400 Subject: [PATCH] releases --- .github/workflows/main.yml | 4 ++-- README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6186fb1f..39d2b0d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -85,7 +85,7 @@ jobs: uses: actions/upload-artifact@v3.1.0 with: path: '${{ github.workspace }}/build/bin/LibreCAD3**.exe' - name: LibreCAD3.exe + name: assets UpdateAssets: if: github.repository_owner == 'LibreCAD' diff --git a/README.md b/README.md index 368e3cda..8084ef7b 100644 --- a/README.md +++ b/README.md @@ -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 =========