From 980f6734540b211c21086010d88af4d66efc85b1 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Tue, 7 Mar 2023 17:34:44 -0800 Subject: [PATCH] fix depot file path --- .github/workflows/steam.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/steam.yml b/.github/workflows/steam.yml index 683b97fe7..035caf805 100644 --- a/.github/workflows/steam.yml +++ b/.github/workflows/steam.yml @@ -52,6 +52,6 @@ jobs: ssfnFileContents: ${{ secrets.STEAM_SSFN_FILE_CONTENTS }} appId: 2346660 buildDescription: ${{ github.event.inputs.version }} - rootPath: build/win64-cross/output - depot1Path: dfhack-windows-x64 + rootPath: build + depot1Path: win64-cross/output releaseBranch: ${{ github.event.inputs.release_channel }}