Skip to content

Commit 808d14c

Browse files
committed
updating the YAML file that generates the zip
1 parent a8c9c0f commit 808d14c

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/GHCopilotProjects_Zip_Code_Ex7.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939

4040
defaults:
4141
run:
42-
shell: pwsh
42+
shell: bash
4343

4444
jobs:
4545
create_zip:
@@ -50,8 +50,8 @@ jobs:
5050
- name: Create GHCopilotEx7 SampleApps zip
5151
run: |
5252
cd ./DownloadableCodeProjects/standalone-lab-projects/simplify-complex-conditionals
53-
rm -f ../Downloads/GHCopilotEx7LabApps.zip
54-
zip -r -q ../Downloads/GHCopilotEx7LabApps.zip $(git ls-files)
53+
rm -f ../../Downloads/GHCopilotEx7LabApps.zip
54+
zip -r -q ../../Downloads/GHCopilotEx7LabApps.zip $(git ls-files)
5555
- name: Commit and push
5656
uses: Endbug/add-and-commit@v7
5757
with:

Instructions/Labs/LAB_AK_07_simplify_complex_conditionals.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ Use the following steps to download the sample projects and open them in Visual
112112
113113
- ECommercePricingEngine\
114114
- ECommercePricingDemo.cs
115+
- ECommercePricingEngine.csproj
116+
- SecurityTest.cs
117+
- LoanApprovalWorkflow\
118+
- LoanApprovalDemo.cs
119+
- LoanApprovalWorkflow.csproj
120+
- SecurityTest.cs
115121
116122
1. Ensure that the solution builds successfully.
117123

0 commit comments

Comments
 (0)