From ac2b27f120a4a659c69370dfe67902bd6d603f05 Mon Sep 17 00:00:00 2001 From: MarioFPV <57532232+MarioFPVdev@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:35:44 +0100 Subject: [PATCH] Include the stream.sh file in the zip file --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67e71b5..539ba3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Build run: | dotnet build --configuration Release - Compress-Archive bin\Release\*\*,*.bat,msposd,bf\,inav\,reset\ OpenIPC-Configurator.zip + Compress-Archive bin\Release\*\*,*.bat,stream.sh,msposd,bf\,inav\,reset\ OpenIPC-Configurator.zip - name: Upload uses: softprops/action-gh-release@v2