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 }}