From e04c8182ecce703c8ba562cfb9ef34595a7ad463 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 19 Mar 2020 16:34:40 -0600 Subject: [PATCH] Fixes repo for internal builds --- .github/workflows/docker.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 67825a4..6ac8b04 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -14,10 +14,11 @@ env: # solution name does not include extension. .sln is assumed SOLUTION_PATH: PepperDash Core SOLUTION_FILE: PepperDash Core - # ASSEMBLY_FILE - ASSEMBLY_FILE: PepperDash_Core.dll + # Do not edit this, we're just creating it here VERSION: 0.0.0-buildtype-buildnumber + # Defaults to debug for build type BUILD_TYPE: Debug + # Defaults to master as the release branch. Change as necessary RELEASE_BRANCH: master jobs: Build_Project: @@ -109,7 +110,7 @@ jobs: uses: actions/checkout@v2 with: token: ${{ secrets.BUILDS_TOKEN }} - repository: PepperDash/PepperDashCore-Builds + repository: PepperDash-Engineering/pepperdash-core-builds ref: ${{ Env.GITHUB_REF }} - name: Download Build Version Info uses: actions/download-artifact@v1