Skip to content

Commit

Permalink
don't create already-created dir
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 30, 2024
1 parent d7dada1 commit 8d51cfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/generate-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ jobs:
shell: bash
run: |
mkdir DF_steam
mkdir ${{ steps.steamcmd.outputs.directory }}/config
echo "$STEAM_CONFIG_VDF" | base64 -d >${{ steps.steamcmd.outputs.directory }}/config/config.vdf
echo "DF steam branch: ${{ inputs.df_steam_branch }}"
if [ "${{ inputs.df_steam_branch }}" = "default" ]; then
Expand Down

0 comments on commit 8d51cfe

Please sign in to comment.