We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5095fea commit 5fa579eCopy full SHA for 5fa579e
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
path: tools
64
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
65
- name: Build project
66
- uses: cake-build/cake-action@v2.0.0
+ uses: cake-build/cake-action@v3.0.0
67
with:
68
script-path: recipe.cake
69
target: CI
@@ -83,4 +83,4 @@ jobs:
83
84
if-no-files-found: warn
85
name: package
86
- path: BuildArtifacts/Packages/**/*
+ path: BuildArtifacts/Packages/**/*
0 commit comments