Skip to content

Commit

Permalink
Fix release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymo111 committed Aug 22, 2023
1 parent 0125286 commit 225813c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: nexus-build
path: |
./dist/nexus
./dist/nexus.app
./dist/nexus-macos
./dist/nexus.exe
./dist/nexusw.exe
if-no-files-found: error
Expand Down Expand Up @@ -104,6 +104,6 @@ jobs:
nexus
nexus.exe
nexusw.exe
nexus.app
nexus-macos
README.md
LICENSE
2 changes: 1 addition & 1 deletion dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run_command(command: str):

# Rename darwin executable
if os_name == "darwin":
os.rename("dist/nexus", "dist/nexus.app")
os.rename("dist/nexus", "dist/nexus-macos")

# Copy README and LICENSE to dist
if os_name == "win":
Expand Down

0 comments on commit 225813c

Please sign in to comment.