Skip to content

Commit

Permalink
fixed example action for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper authored Nov 17, 2023
1 parent afc5503 commit 90a9f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
jupyter nbconvert --to markdown ${{ env.FILE }}
- name: Archive examples artifacts
if: success() && matrix.os == 'ubuntu-latest'
if: success() && matrix.os == 'windows-latest'
uses: actions/upload-artifact@v3
with:
name: examples
Expand Down

0 comments on commit 90a9f7d

Please sign in to comment.