Skip to content

Commit

Permalink
save specific contract abis
Browse files Browse the repository at this point in the history
  • Loading branch information
dshiell committed Jun 25, 2024
1 parent 44d5abd commit 54271e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
- name: Save compiled contracts and ABIs
run: |
mkdir -p artifacts
cp -r out/* artifacts/
cp -r out/Dispatcher.sol/Dispatcher.json artifacts/
cp -r out/UniversalChannelHandler.sol/UniversalChannelHandler.json artifacts/
cp -r out/Mars.sol/Mars.json artifacts/
cp -r out/Earth.sol/Earth.json artifacts/
cp -r out/Moon.sol/Moon.json artifacts/
if: success()

- name: Upload artifacts
Expand Down

0 comments on commit 54271e9

Please sign in to comment.