From 5f314f4d4ef96f66260e51dff2980b7b68619a6c Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:25:40 -0600 Subject: [PATCH] chore(rc+): fix actions --- .forgejo/workflows/rc-builds.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/rc-builds.yml b/.forgejo/workflows/rc-builds.yml index ec3e9e428..015e73dfa 100644 --- a/.forgejo/workflows/rc-builds.yml +++ b/.forgejo/workflows/rc-builds.yml @@ -4,8 +4,8 @@ on: push: branches: [ "main" ] paths: - - 'modpacks/re-console+/cf/**' - - 'modpacks/re-console+/mr/**' + - 'modpacks/re-console-plus/cf/**' + - 'modpacks/re-console-plus/mr/**' pull_request: branches: [ "main" ] paths: @@ -33,12 +33,14 @@ jobs: fetch-depth: 1 - name: Set up Go + if: ${{ !fileExists('~/go/bin/packwiz') }} uses: actions/setup-go@v3 with: go-version: 'stable' cache: false - name: Install Packwiz + if: ${{ !fileExists('~/go/bin/packwiz') }} run: go install github.com/packwiz/packwiz@latest - name: Add Packwiz to PATH @@ -53,7 +55,7 @@ jobs: - name: Build RC+ run: | - SOURCE_DIR="./modpacks/re-console+/${{ matrix.platform }}/yarn/${{ matrix.version }}" + SOURCE_DIR="./modpacks/re-console-plus/${{ matrix.platform }}/yarn/${{ matrix.version }}" TEMP_DIR="build-temp-${{ matrix.platform }}-${{ matrix.version }}" mkdir -p "$TEMP_DIR" cp -a "$SOURCE_DIR/." "./$TEMP_DIR/"