Skip to content

add build workflow

add build workflow #37

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-vouting-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 / .github/workflows/build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yaml" -> "BeamMW/dao-vouting-app/.github/workflows/make-dapp.yaml@workflow-test" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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'
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}