Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
build dir
  • Loading branch information
Maxnflaxl authored Aug 4, 2024
1 parent 19e2a96 commit 5c01f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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

0 comments on commit 5c01f22

Please sign in to comment.