Skip to content

Commit

Permalink
Remove solidity artifact uploads from the release job
Browse files Browse the repository at this point in the history
Now that we have checked in a compiled version of this contract this is
no longer required.
  • Loading branch information
jkilpatr committed Apr 25, 2024
1 parent 9be5fb4 commit f3caf2f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,25 +75,3 @@ jobs:
asset_path: ./artifacts/althea-linux-amd64
asset_name: althea-linux-amd64
asset_content_type: application/bin

- name: Upload Compiled-for-JavaScript LiquidInfrastructureNFT contract
id: upload-contracts-js
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./artifacts/LiquidInfrastructureNFT-js.json
asset_name: LiquidInfrastructureNFT-js.json
asset_content_type: application/json

- name: Upload Compiled-for-Go LiquidInfrastructureNFT contract
id: upload-contracts-go
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./artifacts/LiquidInfrastructureNFT-go.json
asset_name: LiquidInfrastructureNFT-go.json
asset_content_type: application/json

0 comments on commit f3caf2f

Please sign in to comment.