Skip to content

Commit

Permalink
use version number 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ego-lay-atman-bay committed Jul 3, 2024
1 parent 49ec406 commit b4c4985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b4c4985

Please sign in to comment.