Skip to content

ci: Package server for release #1

ci: Package server for release

ci: Package server for release #1

Workflow file for this run

name: Create Release
on:
push:
# tags:
# - "v*"
permissions:
contents: write
jobs:
upload-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- run: npm ci
- name: Build and package server
run: npm run package
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2

Check failure on line 23 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 23
with:
file: builds/handles-server*
tag: test # TODO: Remove