From 2674245910a44c05b242064f73f658aa92fda1c8 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Mon, 1 Jul 2024 09:57:46 -0500 Subject: [PATCH] copy missing update scripts in build action --- .github/workflows/build_application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_application.yml b/.github/workflows/build_application.yml index 263f3b1e..750b412a 100644 --- a/.github/workflows/build_application.yml +++ b/.github/workflows/build_application.yml @@ -200,6 +200,8 @@ jobs: mkdir -p ${{ env.outputFolder }}/wwwroot/images/ rsync -ar ${{ github.workspace }}/WebfrontCore/wwwroot/images/ ${{ env.outputFolder }}/wwwroot/images/ rsync -ar ${{ github.workspace }}/BUILD/Plugins/wwwroot/ ${{ env.outputFolder }}/wwwroot/ + cp ${{ github.workspace }}/DeploymentFiles/UpdateIW4MAdmin.ps1 ${{ env.outputFolder }}/UpdateIW4MAdmin.ps1 + cp ${{ github.workspace }}/DeploymentFiles/UpdateIW4MAdmin.sh ${{ env.outputFolder }}/UpdateIW4MAdmin.sh - name: Upload artifact for analysis uses: actions/upload-artifact@v4