Skip to content

Publish urcap

Publish urcap #3

Workflow file for this run

name: Build contribution-samples
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.14.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
cd contribution-samples
npm install
npm run build
- name: Archive contribution sample URCap
uses: actions/upload-artifact@v4

Check failure on line 32 in .github/workflows/webpack.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/webpack.yml

Invalid workflow file

You have an error in your yaml syntax on line 32
with:
name: target-urcap
path: |
target/contribution-samples-1.0.0.urcapx