Skip to content

Commit 4200d0a

Browse files
committed
💯 Fixed build
1 parent 86446a1 commit 4200d0a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,9 @@ jobs:
3434
# Build the project
3535
- name: Build project
3636
if: success()
37-
run: dotnet cake build.cake --target=build
37+
run: |
38+
# Copy Licence
39+
cp LICENSE NETCore.Keycloak.Client/
40+
41+
# Build project
42+
dotnet cake build.cake --target=build

0 commit comments

Comments
 (0)