Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uploading of dist to assets of newly created releases #760

Merged

Conversation

hvangeffen
Copy link
Collaborator

No description provided.

@hvangeffen hvangeffen requested a review from wkramer March 12, 2024 12:36
@hvangeffen hvangeffen self-assigned this Mar 12, 2024
@hvangeffen hvangeffen linked an issue Mar 12, 2024 that may be closed by this pull request

strategy:
matrix:
node-version: [16, 18.3]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove matrix and only use single node version (v20)

node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also add a build with npm run build -- --base weboc

@wkramer wkramer merged commit 3615ae9 into main Mar 13, 2024
7 checks passed
@wkramer wkramer deleted the 759-build-artifacts-should-be-present-as-assets-on-releases branch March 13, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build artifacts should be present as assets on releases
3 participants