Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Mar 11, 2024
1 parent f3ac088 commit 32d97bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Self test action
uses: ./
with:
ignore-globs: '**/one/*.cs'
ignore-globs: "**/one/*.cs"
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 32d97bf

Please sign in to comment.