Skip to content

Commit

Permalink
Rename Choco folder
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacrlevin committed Nov 1, 2024
1 parent cb22c98 commit 12de179
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/Deploy_Desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '*..md'
- 'docs/*..md'
- 'Build/**'
- '.chocolatey/**'
- 'chocolatey/**'

pull_request:
branches: [ main ]
Expand All @@ -19,7 +19,7 @@ on:
- '*..md'
- 'docs/*..md'
- 'Build/**'
- '.chocolatey/**'
- 'chocolatey/**'


jobs:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Deploy_Web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '*..md'
- 'docs/*..md'
- 'Build/**'
- '.chocolatey/**'
- 'chocolatey/**'

pull_request:
branches: [ main ]
Expand All @@ -18,7 +18,7 @@ on:
- '*..md'
- 'docs/*..md'
- 'Build/**'
- '.chocolatey/**'
- 'chocolatey/**'

jobs:
Setup_Web:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 12de179

Please sign in to comment.