We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8014fa6 commit 3135a5aCopy full SHA for 3135a5a
.github/workflows/ci.yml
@@ -78,12 +78,12 @@ jobs:
78
- working-directory: ./example
79
run: npm run build
80
- if: matrix.os == 'ubuntu-latest' && matrix.node_version == 16 && ((github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event.action == 'published')
81
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
82
with:
83
name: dist
84
path: dist/**
85
- if: matrix.os == 'ubuntu-latest' && matrix.node_version == 16 && github.event_name == 'push' && github.ref == 'refs/heads/main'
86
87
88
name: example-app
89
path: example/build/**
0 commit comments