Skip to content

Commit

Permalink
Update make-dapp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse authored Sep 8, 2024
1 parent b6edb50 commit ea3620e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/make-dapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ on:
dapp_name:
description: 'Name of the dapp'
required: true
secrets:
GITHUB_TOKEN:
required: true

jobs:
build:
Expand Down Expand Up @@ -81,10 +78,10 @@ jobs:
run: ${{ inputs.build_command }}

- name: Create folder structure
run: mkdir -p dao-voting/app
run: mkdir -p ${{ inputs.dapp-name }}/app

- name: Copy build files
run: cp -r html/* dao-voting/app/
run: cp -r html/* ${{ inputs.dapp-name }}/app/

- name: Create manifest.json
run: |
Expand All @@ -109,4 +106,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.dapp_name }}.dapp
path: ${{ inputs.dapp_name }}.dapp
path: ${{ inputs.dapp_name }}.dapp

0 comments on commit ea3620e

Please sign in to comment.