Skip to content

Commit

Permalink
changes for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Feb 20, 2024
1 parent 177045b commit fc13037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- patch_example_action
paths:
- 'src/**'
- 'examples/src/**'
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
echo "gifs should be fixed"
- name: Archive examples artifacts
if: success() && matrix.os == 'windows-latest'
if: success() || failure() && matrix.os == 'windows-latest'
uses: actions/upload-artifact@v3
with:
name: examples
Expand Down

0 comments on commit fc13037

Please sign in to comment.