Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Update ModIdFinder.sh to include mod paths #32

Update ModIdFinder.sh to include mod paths

Update ModIdFinder.sh to include mod paths #32

name: Aristeas UniversalUpload Test
on:
workflow_dispatch:
push:
branches:
- main
jobs:
setup:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/[email protected]
- id: set-matrix
run: bash ModIdFinder.sh >> $GITHUB_OUTPUT
workshop-upload:
needs: setup
runs-on: ubuntu-latest
strategy:
matrix: ${{ fromJSON(needs.setup.outputs.matrix) }}
steps:
- run: |
echo "${{ matrix.value }}"