fix more issues with windows installer

This commit is contained in:
Cooper Quintin
2025-05-19 16:22:03 -07:00
committed by Will Greenberg
parent f03f9fcdae
commit 410e902848
4 changed files with 12 additions and 156 deletions

View File

@@ -134,7 +134,7 @@ jobs:
run: |
VERSIONED_DIR="rayhunter-v${{ env.VERSION }}"
mkdir "$VERSIONED_DIR"
mv rayhunter-daemon-* rootshell/rootshell installer-* "$VERSIONED_DIR"/
mv rayhunter-daemon-* rootshell/rootshell installer-* dist/* "$VERSIONED_DIR"/
- name: Archive release directory as zip
run: |
VERSIONED_DIR="rayhunter-v${{ env.VERSION }}"