mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-10 17:01:58 +00:00
chore: build script
This commit is contained in:
@@ -213,7 +213,7 @@ jobs:
|
||||
- name: Build ${{ matrix.version }}-${{ matrix.loader }}-${{ matrix.platform }}
|
||||
run: |
|
||||
mkdir RC-${{ matrix.platform }}-${{ matrix.loader }}-${{ matrix.version }}-temp
|
||||
cp -r ./modpacks/re-console${{ matrix.platform }}/${{ matrix.loader }}/${{ matrix.version }}/* ./RC-${{ matrix.platform }}-${{ matrix.loader }}-${{ matrix.version }}-temp/
|
||||
cp -r ./modpacks/re-console/${{ matrix.platform }}/${{ matrix.loader }}/${{ matrix.version }}/* ./RC-${{ matrix.platform }}-${{ matrix.loader }}-${{ matrix.version }}-temp/
|
||||
cd ./RC-${{ matrix.platform }}-${{ matrix.loader }}-${{ matrix.version }}-temp/
|
||||
packwiz refresh
|
||||
mkdir -p ../$OUTPUT
|
||||
@@ -227,7 +227,7 @@ jobs:
|
||||
|
||||
combine:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: codeberg-medium
|
||||
steps:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user