From 93f74653f46bfdb6fb747ccfa3654839e9f52ab0 Mon Sep 17 00:00:00 2001 From: WardLordRuby Date: Sat, 26 Oct 2024 20:00:33 -0500 Subject: [PATCH] update latest url --- .github/workflows/automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 2952fe0..8757227 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -39,7 +39,7 @@ jobs: if: ${{ !steps.cache.outputs.cache-hit || steps.check_ver.outputs.exit_code == '70' }} continue-on-error: true run: | - wget "https://drive.google.com/uc?export=download&id=1yHF8B0YynKglsOOsGAb5VXzOCAsCKW5o" -O ./nexus-mods.gz + wget "https://github.com/WardLordRuby/nexus_badges/releases/latest/download/nexus_badges_linux_amd64.gz" -O ./nexus-mods.gz echo "cache_key_new=${{ runner.os }}-binary-nexus-badges-${{ github.run_id }}-${{ github.run_attempt }}" >> $GITHUB_OUTPUT - name: Cache latest binary