mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Removes path property from Download Version info step
This commit is contained in:
parent
91e52db5c9
commit
ec71e80c53
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -98,11 +98,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Build
|
name: Build
|
||||||
path: ./build.zip
|
path: ./build.zip
|
||||||
- name: Download Version info
|
- name: Download Version Info
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Version
|
name: Version
|
||||||
path: ./
|
|
||||||
- name: Check Directory
|
- name: Check Directory
|
||||||
run: Get-ChildItem "./"
|
run: Get-ChildItem "./"
|
||||||
- name: Set Version Number
|
- name: Set Version Number
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue