Skip to content

Commit fae7d22

Browse files
author
GitHub Actions YAML generator [bot]
committed
ci: regenerate workflows
1 parent 798419c commit fae7d22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-calculator-demo-aot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
- name: Setup .NET
2525
uses: actions/setup-dotnet@v4
2626
with:
27-
dotnet-version: "9"
27+
dotnet-version: |
28+
9
29+
10
30+
dotnet-quality: preview
2831
- name: Build ${{ matrix.name }}
2932
run: dotnet publish
3033
- name: Upload ${{ matrix.name }} Artifact

0 commit comments

Comments
 (0)