mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 13:14:49 +00:00
Added folder name to affected paths
This commit is contained in:
33
.github/workflows/docker.yml
vendored
33
.github/workflows/docker.yml
vendored
@@ -107,10 +107,10 @@ jobs:
|
|||||||
- name: Set Version Number
|
- name: Set Version Number
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
Get-ChildItem "./"
|
Get-ChildItem "./Version"
|
||||||
$version = Get-Content -Path ./version.txt
|
$version = Get-Content -Path ./Version/version.txt
|
||||||
Write-Output "::set-env name=VERSION::$version"
|
Write-Output "::set-env name=VERSION::$version"
|
||||||
Remove-Item -Path ./version.txt
|
Remove-Item -Path ./Version/version.txt
|
||||||
- name: Check Directory
|
- name: Check Directory
|
||||||
run: |
|
run: |
|
||||||
Get-ChildItem "./"
|
Get-ChildItem "./"
|
||||||
@@ -124,9 +124,24 @@ jobs:
|
|||||||
# token: ${{ secrets.BUILDS_TOKEN }}
|
# token: ${{ secrets.BUILDS_TOKEN }}
|
||||||
# path: ./internal_builds_repo
|
# path: ./internal_builds_repo
|
||||||
# repository: PepperDash-Engineering/pepperdash-core-builds
|
# repository: PepperDash-Engineering/pepperdash-core-builds
|
||||||
# - name: Download Artifact
|
# - name: Download Build output
|
||||||
# uses: actions/download-artifact@v1
|
# uses: actions/download-artifact@v1
|
||||||
# with:
|
# with:
|
||||||
# name: Build
|
# name: Build
|
||||||
# - name: Check Directory
|
# path: ./build.zip
|
||||||
# run: Get-ChildItem ${{env.GITHUB_WORKSPACE}}
|
# - name: Download Version Info
|
||||||
|
# uses: actions/download-artifact@v1
|
||||||
|
# with:
|
||||||
|
# name: Version
|
||||||
|
# - name: Check Directory
|
||||||
|
# run: Get-ChildItem "./"
|
||||||
|
# - name: Set Version Number
|
||||||
|
# shell: powershell
|
||||||
|
# run: |
|
||||||
|
# Get-ChildItem "./"
|
||||||
|
# $version = Get-Content -Path ./version.txt
|
||||||
|
# Write-Output "::set-env name=VERSION::$version"
|
||||||
|
# Remove-Item -Path ./version.txt
|
||||||
|
# - name: Check Directory
|
||||||
|
# run: |
|
||||||
|
# Get-ChildItem "./"
|
||||||
|
|||||||
Reference in New Issue
Block a user