From 1c73b1ce172e08af4b7785dfc0d43d9c871a3b8a Mon Sep 17 00:00:00 2001 From: Codenade Date: Thu, 22 Aug 2024 13:25:52 +0200 Subject: [PATCH] Github please --- .github/workflows/build.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11d0c1e..62b2cf4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,10 +44,14 @@ jobs: sudo rm -dfr ./build sleep 5 # delay before next step + - name: Restore Packages + run: dotnet restore + + - name: Restore Cake + run: dotnet tool restore + - name: Cake Build - run: | - dotnet tool restore - dotnet cake + run: dotnet cake - name: Upload a Build Artifact uses: actions/upload-artifact@v4