Skip to content

fix: including the initial / when creating the zip causes the zip t… #4

fix: including the initial / when creating the zip causes the zip t…

fix: including the initial / when creating the zip causes the zip t… #4

Workflow file for this run

name: Release Webxdc
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm check
- run: pnpm build
- name: Release
uses: softprops/action-gh-release@v2
with:
body: |
Auto-generated release
fail_on_unmatched_files: true
files: ./dist-xdc/*.xdc