Skip to content

Commit 5fa579e

Browse files
authored
Update build.yml
1 parent 5095fea commit 5fa579e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
path: tools
6464
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
6565
- name: Build project
66-
uses: cake-build/cake-action@v2.0.0
66+
uses: cake-build/cake-action@v3.0.0
6767
with:
6868
script-path: recipe.cake
6969
target: CI
@@ -83,4 +83,4 @@ jobs:
8383
with:
8484
if-no-files-found: warn
8585
name: package
86-
path: BuildArtifacts/Packages/**/*
86+
path: BuildArtifacts/Packages/**/*

0 commit comments

Comments
 (0)