From 12de17970bb19f68d4cb5c451bb994c28c717627 Mon Sep 17 00:00:00 2001 From: Isaac Levin Date: Fri, 1 Nov 2024 13:57:47 -0700 Subject: [PATCH] Rename Choco folder --- .github/workflows/Deploy_Desktop.yml | 15 +++------------ .github/workflows/Deploy_Web.yml | 4 ++-- {.chocolatey => chocolatey}/PresenceLight.nuspec | 0 .../tools/ChocolateyBeforeModify.ps1 | 0 .../tools/ChocolateyInstall.ps1 | 0 .../tools/ChocolateyUninstall.ps1 | 0 {.chocolatey => chocolatey}/tools/LICENSE.txt | 0 .../tools/Verification.txt | 0 8 files changed, 5 insertions(+), 14 deletions(-) rename {.chocolatey => chocolatey}/PresenceLight.nuspec (100%) rename {.chocolatey => chocolatey}/tools/ChocolateyBeforeModify.ps1 (100%) rename {.chocolatey => chocolatey}/tools/ChocolateyInstall.ps1 (100%) rename {.chocolatey => chocolatey}/tools/ChocolateyUninstall.ps1 (100%) rename {.chocolatey => chocolatey}/tools/LICENSE.txt (100%) rename {.chocolatey => chocolatey}/tools/Verification.txt (100%) diff --git a/.github/workflows/Deploy_Desktop.yml b/.github/workflows/Deploy_Desktop.yml index 959e4329..1ffe739e 100644 --- a/.github/workflows/Deploy_Desktop.yml +++ b/.github/workflows/Deploy_Desktop.yml @@ -8,7 +8,7 @@ on: - '*..md' - 'docs/*..md' - 'Build/**' - - '.chocolatey/**' + - 'chocolatey/**' pull_request: branches: [ main ] @@ -19,7 +19,7 @@ on: - '*..md' - 'docs/*..md' - 'Build/**' - - '.chocolatey/**' + - 'chocolatey/**' jobs: @@ -48,10 +48,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - sparse-checkout: | - .chocolatey - Build - src - name: Use .NET Core SDK 8.0.x uses: actions/setup-dotnet@v4 @@ -96,15 +92,10 @@ jobs: - name: Publish Chocolatey Artifacts uses: actions/upload-artifact@v4 with: - path: .chocolatey + path: chocolatey name: Chocolatey if: ${{ success() && matrix.ChannelName == 'Standalone' }} - - name: Setup Tmate session - if: ${{ success() && matrix.ChannelName == 'Standalone' }} - uses: mxschmitt/action-tmate@v3 - timeout-minutes: 15 - Build_WPF: name: Build App needs: Setup_Desktop diff --git a/.github/workflows/Deploy_Web.yml b/.github/workflows/Deploy_Web.yml index 96aae16e..a84f2e52 100644 --- a/.github/workflows/Deploy_Web.yml +++ b/.github/workflows/Deploy_Web.yml @@ -8,7 +8,7 @@ on: - '*..md' - 'docs/*..md' - 'Build/**' - - '.chocolatey/**' + - 'chocolatey/**' pull_request: branches: [ main ] @@ -18,7 +18,7 @@ on: - '*..md' - 'docs/*..md' - 'Build/**' - - '.chocolatey/**' + - 'chocolatey/**' jobs: Setup_Web: diff --git a/.chocolatey/PresenceLight.nuspec b/chocolatey/PresenceLight.nuspec similarity index 100% rename from .chocolatey/PresenceLight.nuspec rename to chocolatey/PresenceLight.nuspec diff --git a/.chocolatey/tools/ChocolateyBeforeModify.ps1 b/chocolatey/tools/ChocolateyBeforeModify.ps1 similarity index 100% rename from .chocolatey/tools/ChocolateyBeforeModify.ps1 rename to chocolatey/tools/ChocolateyBeforeModify.ps1 diff --git a/.chocolatey/tools/ChocolateyInstall.ps1 b/chocolatey/tools/ChocolateyInstall.ps1 similarity index 100% rename from .chocolatey/tools/ChocolateyInstall.ps1 rename to chocolatey/tools/ChocolateyInstall.ps1 diff --git a/.chocolatey/tools/ChocolateyUninstall.ps1 b/chocolatey/tools/ChocolateyUninstall.ps1 similarity index 100% rename from .chocolatey/tools/ChocolateyUninstall.ps1 rename to chocolatey/tools/ChocolateyUninstall.ps1 diff --git a/.chocolatey/tools/LICENSE.txt b/chocolatey/tools/LICENSE.txt similarity index 100% rename from .chocolatey/tools/LICENSE.txt rename to chocolatey/tools/LICENSE.txt diff --git a/.chocolatey/tools/Verification.txt b/chocolatey/tools/Verification.txt similarity index 100% rename from .chocolatey/tools/Verification.txt rename to chocolatey/tools/Verification.txt