Skip to content

fix workflow

fix workflow #4

Workflow file for this run

name: MasterDeployCI
on:
push:
branches:
- master
jobs:
build:

Check failure on line 7 in .github/workflows/master.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/master.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create dist ZIP
run: |
cd dist
zip -r ../dist.zip .
cd ..
- name: Upload dist.zip as artifact
uses: actions/upload-artifact@v4
with:
name: dist-zip
path: dist.zip