From 883cf0d92a4bad3bef7f167deae0c7c9e3aa9c85 Mon Sep 17 00:00:00 2001 From: Technocality <105610111+Technocality@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:47:58 -0500 Subject: [PATCH] Fix 1 --- .github/workflows/auto-update.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 72fdfd2e1..e31fdc51a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -30,8 +30,11 @@ jobs: with: default_author: github_actions - - name: Export Packs + - name: Export RC uses: .github/workflows/rc-nightly.yml + - name: Export RC: Lite uses: .github/workflows/rc-lite-nightly.yml + - name: Export AC uses: .github/workflows/ac-nightly.yml + - name: Export WC: RV uses: .github/workflows/wc-rv-nightly.yml \ No newline at end of file