Skip to content

Commit 285938a

Browse files
committed
fix artifacts syntax
1 parent 06e6eaf commit 285938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: dotnet pack -c Release BlazorLazyLoading.sln
3131

3232
- name: Upload artifacts
33-
- uses: actions/upload-artifact@v1
33+
uses: actions/upload-artifact@v1
3434
with:
3535
name: output
3636
path: output

0 commit comments

Comments
 (0)