Skip to content

Siege Mode Fixes

Siege Mode Fixes #176

name: Aristeas BuildScripts
on:
workflow_dispatch:
pull_request:
branches:
- main
- stable
jobs:
BuildMods:
runs-on: self-hosted
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
#- name: List all changed files
# env:
# ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
# run: |
# for file in ${ALL_CHANGED_FILES}; do
# echo "$file was changed"
# done
- id: build-mods
run: |
& "C:\Program Files\SCUniversalUpload\SC_NewUniversalUpload.exe" "build" --repo "${{ github.workspace }}"