From dd53927dca97515cc984d54b3534319a132e4d04 Mon Sep 17 00:00:00 2001 From: John Hoffer Date: Mon, 4 Mar 2024 16:02:27 -0500 Subject: [PATCH] add version number, update minerva-author-ui v1.7.8 --- .github/workflows/pyinstaller.yml | 10 +++++----- static/index.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 6714271..7089276 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -58,8 +58,8 @@ jobs: if: startsWith(matrix.os,'windows') shell: cmd /C CALL {0} run: | - move "dist" "minerva_author_{{ github.ref_name }}" - 7z a minerva_author_{{ github.ref_name }}_windows.zip minerva_author_{{ github.ref_name }} + move "dist" "minerva_author_${{ github.ref_name }}" + 7z a minerva_author_${{ github.ref_name }}_windows.zip minerva_author_${{ github.ref_name }} - name: Package Mac if: startsWith(matrix.os,'mac') shell: bash -l {0} @@ -69,9 +69,9 @@ jobs: if: startsWith(matrix.os,'mac') shell: bash -l {0} run: | - mv dist minerva_author_{{ github.ref_name }} - mv minerva_author_{{ github.ref_name }}/app minerva_author_{{ github.ref_name }}/minerva_author - zip -vr minerva_author_{{ github.ref_name }}_macos.zip minerva_author_{{ github.ref_name }}/ -x "*.DS_Store" + mv dist minerva_author_${{ github.ref_name }} + mv minerva_author_${{ github.ref_name }}/app minerva_author_${{ github.ref_name }}/minerva_author + zip -vr minerva_author_${{ github.ref_name }}_macos.zip minerva_author_${{ github.ref_name }}/ -x "*.DS_Store" - name: Create Release if: ${{ github.event_name == 'push' }} uses: softprops/action-gh-release@v1 diff --git a/static/index.html b/static/index.html index b07d41b..43ef743 100644 --- a/static/index.html +++ b/static/index.html @@ -1 +1 @@ -Minerva Author
+Minerva Author