Skip to content

Commit

Permalink
cat manifest πŸˆπŸ“œ
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed May 2, 2020
1 parent 1600f7f commit 56e7ac0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions action/steps/4_generate_app_manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ cat << EOF > "manifest.vdf"
{$DEPOTS}
}
EOF

cat manifest.vdf
echo ""
10 changes: 9 additions & 1 deletion action/steps/5_execute_steamcmd.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
#!/bin/sh

echo ""
echo "#################################"
echo "# Uploading build #"
echo "#################################"
echo ""

"$STEAMCMDDIR/steamcmd.sh" \
+login "$INPUT_USERNAME" "$INPUT_PASSWORD" \
+run_app_build_http \
+api_logging verbose \
+log_ipc verbose \
+quit ||
ls -Ralph ./
cat /github/home/Steam/logs/stderr.txt &&
ls -Ralph ContentRoot &&
ls -Ralph BuildOutput

0 comments on commit 56e7ac0

Please sign in to comment.