From d3622c728a01dabe2c8f7777a1c8c5316f6c8e18 Mon Sep 17 00:00:00 2001 From: Vilsol Date: Mon, 2 May 2022 23:43:21 +0300 Subject: [PATCH] remove directory listing --- .github/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 4517412..8f4ac7f 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -70,7 +70,7 @@ jobs: uses: CyberAndrii/setup-steamcmd@v1 - name: Install Satisfactory Dedicated Server - run: steamcmd +login anonymous +force_install_dir $GITHUB_WORKSPACE/SatisfactoryDedicatedServer +app_update 1690800 validate +quit && ls -lR + run: steamcmd +login anonymous +force_install_dir $GITHUB_WORKSPACE/SatisfactoryDedicatedServer +app_update 1690800 validate +quit - name: Download GQL schema run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql"