Skip to content

Commit

Permalink
Merge pull request #13 from ElrondNetwork/github-actions
Browse files Browse the repository at this point in the history
Fix path in Github Workflow
  • Loading branch information
andreibancioiu authored Mar 23, 2022
2 parents 32755cc + 17d64e8 commit 3420254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Setting $HOME is required by erdpy.
export HOME=$ELROND_HOME
cd $REPO_PATH
erdpy --verbose contract build
erdpy --verbose contract build ./metabonding
- name: Save artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3420254

Please sign in to comment.