mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +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:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -103,6 +103,8 @@ jobs:
|
||||
with:
|
||||
name: Version
|
||||
path: ./version.zip
|
||||
- name: Check Directory
|
||||
run: Get-ChildItem "./"
|
||||
- name: Set Version Number
|
||||
shell: powershell
|
||||
run: |
|
||||
@@ -113,7 +115,7 @@ jobs:
|
||||
Remove-Item -Path ./version.txt
|
||||
- name: Check Directory
|
||||
run: |
|
||||
Get-ChildItem ./
|
||||
Get-ChildItem "./"
|
||||
# public_push_output:
|
||||
# needs: build_project
|
||||
# runs-on: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user