From e9c28b59ebc68b8a7411fe89bad72900a27ec323 Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Sat, 29 Nov 2025 12:26:16 -0500 Subject: [PATCH] Update download.yml --- .github/workflows/download.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/download.yml b/.github/workflows/download.yml index 73759e2..5201aaf 100644 --- a/.github/workflows/download.yml +++ b/.github/workflows/download.yml @@ -11,5 +11,5 @@ jobs: - name: Downloading Configuration File run: | echo Downloading Configuration File - wget https://streetpass.venith.net/downloadJson -O /home/runner/work/streetpass-shop/streetpass-shop/unistore/StreetPass-Shop.unistore + wget https://streetpass.veltron.net/downloadJson -O /home/runner/work/streetpass-shop/streetpass-shop/unistore/StreetPass-Shop.unistore - uses: stefanzweifel/git-auto-commit-action@v4