Skip to content

Commit

Permalink
copy over v2 output_for_msig csv
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbrekt85 committed Jan 24, 2025
1 parent 607069c commit deadbee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/collect_fees_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
python3 main.py --ts_now ${{ steps.date_calc.outputs.end_timestamp }} --ts_in_the_past ${{ steps.date_calc.outputs.start_timestamp }} --fees_file_name fees_${{ steps.date_calc.outputs.date_range_string }}.json --output_file_name incentives_${{ steps.date_calc.outputs.date_range_string }}.csv
cd ..
cp v2/fee_allocator/allocations/incentives/* fee_allocator/allocations/v2
cp v2/fee_allocator/allocations/output_for_msig/* fee_allocator/allocations/output_for_msig/v2
cp v2/fee_allocator/payloads/* fee_allocator/tx_builder/transactions/v2
- name: Create PR
Expand Down
Empty file.

0 comments on commit deadbee

Please sign in to comment.