Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
warittornc committed Oct 7, 2024
1 parent fd0d094 commit 9a33e8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
41 changes: 0 additions & 41 deletions .github/scripts/merge_all.py

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/aggregate_signals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install pyyaml
- name: Aggregate Signals
run: python .github/scripts/merge_all.py ./signals .
run: python .github/scripts/aggregate_signals.py ./signals .

- name: Cache Rust-Script
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install pyyaml
- name: Aggregate Signals
run: python .github/scripts/merge_all.py ./signals ./output
run: python .github/scripts/aggregate_signals.py ./signals ./output

- name: Upload to IPFS
id: upload
Expand Down

0 comments on commit 9a33e8c

Please sign in to comment.