From 5015300419d88ba5974124f0298d7488001ac4ba Mon Sep 17 00:00:00 2001 From: alyx Date: Thu, 2 Jun 2022 20:52:45 -0400 Subject: Update circuits.json properly --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bca7215..749b7d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,6 @@ jobs: - name: Update the danged JSON run: | cd $GITHUB_WORKSPACE - rm circuitsv2.json - curl -O "https://raw.githubusercontent.com/tyleo-rec/CircuitsV2Resources/master/misc/circuitsv2.json" + rm circuits.json + curl -o circuits.json "https://raw.githubusercontent.com/tyleo-rec/CircuitsV2Resources/master/misc/circuitsv2.json" git push -- cgit v1.2.3-54-g00ecf