Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds step to rename files in conformity workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Blazhukova <konstantina.blajukova@gmail.com>
konstantinabl committed Jul 3, 2024
1 parent f6997dd commit 97ed19d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/conformity-workflow.yml
Original file line number Diff line number Diff line change
@@ -88,7 +88,9 @@ jobs:
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: openrpc
path: ./openrpc_exec_apis.json

- name: Rename file
run: mv openrpc.json openrpc_exec_apis.json

- name: List files in dir
run: ls -al

0 comments on commit 97ed19d

Please sign in to comment.