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 c0fce29 commit 85df760Copy full SHA for 85df760
.github/workflows/ci.yml
@@ -123,12 +123,12 @@ jobs:
123
- working-directory: ./example
124
run: npm run build
125
- if: matrix.os == 'ubuntu-latest' && matrix.node_version == 20 && ((github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event.action == 'published')
126
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
127
with:
128
name: dist
129
path: dist/**
130
- if: matrix.os == 'ubuntu-latest' && matrix.node_version == 20 && github.event_name == 'push' && github.ref == 'refs/heads/main'
131
132
133
name: example-app
134
path: example/out/**
0 commit comments