Skip to content

Commit 1c931a6

Browse files
committed
feature(vnext): fix file case
1 parent 166b512 commit 1c931a6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
33
on: [push]
44
jobs:
55
build:
6-
runs-on: ubuntu-latest
6+
runs-on: windows-latest
77
steps:
88
- uses: actions/checkout@v4
99
- name: Setup .NET SDK

0 commit comments

Comments
 (0)