mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 12:36:38 +00:00
Merge branch 'feature/update-action-to-use-docker-image' of https://github.com/PepperDash/PepperDashCore into feature/update-action-to-use-docker-image
This commit is contained in:
commit
c21f07babc
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -103,6 +103,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Version
|
name: Version
|
||||||
path: ./version.zip
|
path: ./version.zip
|
||||||
|
- name: Check Directory
|
||||||
|
run: Get-ChildItem "./"
|
||||||
- name: Set Version Number
|
- name: Set Version Number
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -113,7 +115,7 @@ jobs:
|
||||||
Remove-Item -Path ./version.txt
|
Remove-Item -Path ./version.txt
|
||||||
- name: Check Directory
|
- name: Check Directory
|
||||||
run: |
|
run: |
|
||||||
Get-ChildItem ./
|
Get-ChildItem "./"
|
||||||
# public_push_output:
|
# public_push_output:
|
||||||
# needs: build_project
|
# needs: build_project
|
||||||
# runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue