Skip to content

Commit d0280ab

Browse files
committed
Fix CI build: create artifacts/packages directory before restore
1 parent e0628be commit d0280ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
with:
5757
dotnet-version: '9.0.x'
5858

59+
- name: 📁 Create artifacts directory
60+
run: mkdir -p artifacts/packages
61+
5962
- name: 🔨 Build
6063
run: |
6164
dotnet build source/timewarp-source-generators/timewarp-source-generators.csproj --configuration Release

0 commit comments

Comments
 (0)