Skip to content

Commit

Permalink
Rename script to match job step name
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jan 25, 2023
1 parent 3484154 commit 2006d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ee popd
ee 'tar -czf ../contract.tar.gz build/*'
ee popd

echo 'Done! - contract-build.sh'
echo 'Done! - build-contract.sh'
2 changes: 1 addition & 1 deletion .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: sudo apt-get install -y ./cdt*.deb

- name: Build TrustEVM Contract
run: .github/workflows/contract-build.sh
run: .github/workflows/build-contract.sh

- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2006d1e

Please sign in to comment.