mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Adds shell property
This commit is contained in:
parent
bba2838936
commit
c841e46afd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
|
@ -104,6 +104,7 @@ jobs:
|
||||||
name: Version
|
name: Version
|
||||||
path: ./version.zip
|
path: ./version.zip
|
||||||
- name: Set Version Number
|
- name: Set Version Number
|
||||||
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
Expand-Archive -Path ./version.zip -DestinationPath ./
|
Expand-Archive -Path ./version.zip -DestinationPath ./
|
||||||
$version = Get-Content -Path ./version.txt
|
$version = Get-Content -Path ./version.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue