From b4c4985c3c5df91df72c4a7a08f9c3837e6c18b3 Mon Sep 17 00:00:00 2001 From: ego-lay-atman-bay <70973578+ego-lay-atman-bay@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:39:49 -0600 Subject: [PATCH] use version number 2.3.4 --- .github/workflows/pyinstaller-build-mac.yml | 2 +- .github/workflows/pyinstaller-build-ubuntu.yml | 2 +- .github/workflows/pyinstaller-build-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pyinstaller-build-mac.yml b/.github/workflows/pyinstaller-build-mac.yml index 17504e5..7eb70e5 100644 --- a/.github/workflows/pyinstaller-build-mac.yml +++ b/.github/workflows/pyinstaller-build-mac.yml @@ -46,5 +46,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: "wme-mac-2.3.3 - ${{github.run_number}}" + name: "wme-mac-2.3.4 - ${{github.run_number}}" path: wme-MacOS diff --git a/.github/workflows/pyinstaller-build-ubuntu.yml b/.github/workflows/pyinstaller-build-ubuntu.yml index 27bdb78..85a426c 100644 --- a/.github/workflows/pyinstaller-build-ubuntu.yml +++ b/.github/workflows/pyinstaller-build-ubuntu.yml @@ -47,5 +47,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: "wme-ubuntu-2.3.3 - ${{github.run_number}}" + name: "wme-ubuntu-2.3.4 - ${{github.run_number}}" path: wme-Ubuntu diff --git a/.github/workflows/pyinstaller-build-windows.yml b/.github/workflows/pyinstaller-build-windows.yml index 70302c6..4088e20 100644 --- a/.github/workflows/pyinstaller-build-windows.yml +++ b/.github/workflows/pyinstaller-build-windows.yml @@ -46,5 +46,5 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: "wme-windows-2.3.3 - ${{github.run_number}}" + name: "wme-windows-2.3.4 - ${{github.run_number}}" path: ./wme-Windows