Skip to content

add build workflow

add build workflow #41

Workflow file for this run

name: Build and Package .dapp
on:
push:
branches:
- mainnet
- workflow-test
pull_request:
branches:
- mainnet
- workflow-test
jobs:
build:
uses: BeamMW/dao-voting-app/.github/workflows/make-dapp.yaml@workflow-test

Check failure on line 15 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / Build and Package .dapp

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yaml (Line: 15, Col: 11): Error from called workflow BeamMW/dao-voting-app/.github/workflows/make-dapp.yaml@workflow-test (Line: 7, Col: 9): Required property is missing: type In .github/workflows/build.yaml (Line: 15, Col: 11): Error from called workflow BeamMW/dao-voting-app/.github/workflows/make-dapp.yaml@workflow-test (Line: 11, Col: 9): Required property is missing: type
with:
manifest_name: 'BeamX DAO Voting'
manifest_description: 'Voting on Beam community proposals'
manifest_version_prefix: "1.0"
manifest_guid: 'c26538f5ce9e410b89c1fd0dff783f97'
dapp_name: 'dao-vouting'