diff options
author | alyx <alyx@aleteoryx.me> | 2022-06-02 20:52:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 20:52:45 -0400 |
commit | 5015300419d88ba5974124f0298d7488001ac4ba (patch) | |
tree | d6e364cfd359811a54e2198d268ff4d4a60d684c | |
parent | 361600052c49b3cb1628283eade4dd15993cfec7 (diff) | |
download | RRCUtils-5015300419d88ba5974124f0298d7488001ac4ba.tar.gz RRCUtils-5015300419d88ba5974124f0298d7488001ac4ba.tar.bz2 RRCUtils-5015300419d88ba5974124f0298d7488001ac4ba.zip |
Update circuits.json properly
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |