Skip to content

Commit

Permalink
Github please
Browse files Browse the repository at this point in the history
  • Loading branch information
Codenade authored Aug 22, 2024
1 parent a2ed02d commit 1c73b1c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c73b1c

Please sign in to comment.