Skip to content

Commit

Permalink
fix: grant role event log ci (#353)
Browse files Browse the repository at this point in the history
- adds absolute path in ci for uploading the event logs json file

---------

Co-authored-by: Mad <[email protected]>
  • Loading branch information
viraj124 and DefiCake authored Oct 25, 2024
1 parent dea4410 commit 9399453
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-hornets-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@fuel-bridge/solidity-contracts': patch
---

fix grant role event log generation ci
4 changes: 2 additions & 2 deletions .github/workflows/manual-query-grant-role-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string

jobs:
verify-upgrade:
generate-grant-role-logs:
runs-on: ubuntu-latest
env:
RPC_URL: ${{ github.event.inputs.rpc }}
Expand All @@ -32,5 +32,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: event-query-payload
path: grantedRoles.json
path: ./packages/solidity-contracts/grantedRoles.json
retention-days: 90

0 comments on commit 9399453

Please sign in to comment.