We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb67adb commit fd87ea5Copy full SHA for fd87ea5
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
run: dotnet tool install -g x
59
60
- name: Apply Production AppSettings
61
- working-directory: ./BlazorDiffusion
+ working-directory: ./CreatorKit
62
run: |
63
cat <<EOF >> appsettings.json.patch
64
${{ secrets.APPSETTINGS_PATCH }}
0 commit comments