mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 20:54:46 +00:00
Fixes repo for internal builds
This commit is contained in:
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@@ -14,10 +14,11 @@ env:
|
|||||||
# solution name does not include extension. .sln is assumed
|
# solution name does not include extension. .sln is assumed
|
||||||
SOLUTION_PATH: PepperDash Core
|
SOLUTION_PATH: PepperDash Core
|
||||||
SOLUTION_FILE: PepperDash Core
|
SOLUTION_FILE: PepperDash Core
|
||||||
# ASSEMBLY_FILE
|
# Do not edit this, we're just creating it here
|
||||||
ASSEMBLY_FILE: PepperDash_Core.dll
|
|
||||||
VERSION: 0.0.0-buildtype-buildnumber
|
VERSION: 0.0.0-buildtype-buildnumber
|
||||||
|
# Defaults to debug for build type
|
||||||
BUILD_TYPE: Debug
|
BUILD_TYPE: Debug
|
||||||
|
# Defaults to master as the release branch. Change as necessary
|
||||||
RELEASE_BRANCH: master
|
RELEASE_BRANCH: master
|
||||||
jobs:
|
jobs:
|
||||||
Build_Project:
|
Build_Project:
|
||||||
@@ -109,7 +110,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BUILDS_TOKEN }}
|
token: ${{ secrets.BUILDS_TOKEN }}
|
||||||
repository: PepperDash/PepperDashCore-Builds
|
repository: PepperDash-Engineering/pepperdash-core-builds
|
||||||
ref: ${{ Env.GITHUB_REF }}
|
ref: ${{ Env.GITHUB_REF }}
|
||||||
- name: Download Build Version Info
|
- name: Download Build Version Info
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user