remove directory listing

This commit is contained in:
Vilsol 2022-05-02 23:43:21 +03:00
parent 3c4837069d
commit d3622c728a

View file

@ -70,7 +70,7 @@ jobs:
uses: CyberAndrii/setup-steamcmd@v1 uses: CyberAndrii/setup-steamcmd@v1
- name: Install Satisfactory Dedicated Server - 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 - name: Download GQL schema
run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql" run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql"