This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
GalacticFactory-Legacy/.forgejo/workflows/BuildExports.yaml
SeaswimmerTheFsh d6d98a08b4
All checks were successful
Build Exported Instance Files / Build Prism Launcher Export (push) Successful in 4s
Build Exported Instance Files / Build ATLauncher Export (push) Successful in 3s
mkdir the .minecraft directory
2024-02-05 16:41:38 -05:00

40 lines
1.1 KiB
YAML

name: Build Exported Instance Files
on: [push]
jobs:
Build Prism Launcher Export:
runs-on: docker
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Copy export files
run: |
mkdir -p /export/.minecraft
cp -r ./instance/prism /export
cp ./unsup.ini /export/.minecraft
- name: Upload export file
uses: actions/upload-artifact@v3
with:
name: Prism Launcher
path: /export/
Build ATLauncher Export:
runs-on: docker
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Copy export files
run: |
mkdir -p /export/.minecraft
cp -r ./instance/atlauncher export
cp ./unsup.ini /export/.minecraft
- name: Upload export file
uses: actions/upload-artifact@v3
with:
name: ATLauncher
path: /export/