Skip to content

Commit

Permalink
ci: fix build-api
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 20, 2023
1 parent d5fa975 commit 0ea487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
mv target/release/nft_ingester target/release/nft_ingester22
mv target/release/fetch_trees target/release/fetch_trees22
mv target/release/migration target/target/release/migration22
mv target/release/migration target/release/migration22
mv target/release/das_api target/release/das_api22
# This steps can be omited to save space, are mostly in place to validate binaries (manually) and path to them
Expand Down

0 comments on commit 0ea487f

Please sign in to comment.