Skip to content

Commit

Permalink
Pull script name from BASH instead of hard-coding it
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jan 25, 2023
1 parent 2006d1e commit 6eb8c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-contract.sh
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! - build-contract.sh'
echo "Done! - ${0##*/}"

0 comments on commit 6eb8c8a

Please sign in to comment.