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 32d97bf commit 595c7e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ 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 595c7e9

Please sign in to comment.