Skip to content

Commit f0fe327

Browse files
committed
workflow
1 parent bda2537 commit f0fe327

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,20 @@ jobs:
5959
Solution_Name: GabNetStats # Replace with your solution name, i.e. MyWpfApp.sln.
6060

6161
steps:
62-
- name: Checkout
63-
uses: actions/checkout@v4
62+
- name: Checkout GabNetStats
63+
uses: actions/checkout@v6
6464
with:
6565
fetch-depth: 0
6666

67+
- name: Checkout GabTracker
68+
uses: actions/checkout@v6
69+
with:
70+
repository: gabsoftware/GabTracker
71+
ref: master
72+
73+
- name: Move GabTracker
74+
run: move GabTracker GabNetStats\
75+
6776
# Install the .NET Core workload
6877
- name: Install .NET Core
6978
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)