diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2fa072b..ed6e5cf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: run: mkdir -p BeamX-DAO-Voting/app - name: Copy build files - run: cp -r /* BeamX-DAO-Voting/app/ + run: cp -r html/* BeamX-DAO-Voting/app/ - name: Create manifest.json run: | @@ -57,4 +57,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: BeamX-DAO-Voting.dapp - path: BeamX-DAO-Voting.dapp + path: BeamX-DAO-Voting.dapp \ No newline at end of file