From 98b05bfdb0dd327d5c492ed7eac11590bd315858 Mon Sep 17 00:00:00 2001 From: cooperq Date: Mon, 19 May 2025 22:27:18 -0700 Subject: [PATCH] add install.ps1 to release zip --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 3d4079d..5255e41 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -134,7 +134,7 @@ jobs: run: | VERSIONED_DIR="rayhunter-v${{ env.VERSION }}" mkdir "$VERSIONED_DIR" - mv rayhunter-daemon-* rootshell/rootshell installer-* dist/* "$VERSIONED_DIR"/ + mv rayhunter-daemon-* rootshell/rootshell installer-* dist/* installer/install.ps1 "$VERSIONED_DIR"/ - name: Archive release directory as zip run: | VERSIONED_DIR="rayhunter-v${{ env.VERSION }}"