diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 8f4ac7f..9b20ed0 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -72,6 +72,14 @@ jobs: - name: Install Satisfactory Dedicated Server run: steamcmd +login anonymous +force_install_dir $GITHUB_WORKSPACE/SatisfactoryDedicatedServer +app_update 1690800 validate +quit + - name: List directory (linux) + if: ${{ matrix.os == 'ubuntu-latest' }} + run: ls -lR + + - name: List directory (windows) + if: ${{ matrix.os == 'windows-latest' }} + run: tree /F + - name: Download GQL schema run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql"