remove directory listing
This commit is contained in:
parent
3c4837069d
commit
d3622c728a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yaml
vendored
2
.github/workflows/push.yaml
vendored
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue