From f31ec1ad0247aa4eca10b87b9fc2e5663438a374 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Thu, 25 Jan 2024 23:51:15 +0100 Subject: [PATCH] Steamworks v7 --- .gitea/workflows/love2d.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/love2d.yaml b/.gitea/workflows/love2d.yaml index 12a83f0..f81f5b2 100644 --- a/.gitea/workflows/love2d.yaml +++ b/.gitea/workflows/love2d.yaml @@ -109,8 +109,8 @@ jobs: configVdf: ${{ secrets.STEAM_CONFIG_VDF }} appId: ${{ inputs.STEAM_APP_ID }} buildDescription: ${{ inputs.VERSION }} - rootPath: . + rootPath: bin #depot1Path: StandaloneWindows64 - depot2Path: ${{ steps.findfiles.outputs.win64 }} + depot2Path: . releaseBranch: ${{ secrets.STEAM_RELEASE_BRANCH }}