mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
removed a set of $()
This commit is contained in:
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@@ -124,12 +124,13 @@ jobs:
|
||||
- name: Unzip Build file
|
||||
run: |
|
||||
Get-ChildItem .\*.zip | Expand-Archive -DestinationPath .\
|
||||
Remove-Item -Path .\ -include @("*.zip")
|
||||
Remove-Item -Path .\*.zip
|
||||
- name: Check directory again
|
||||
run: Get-ChildItem ./
|
||||
- name: Copy build output and push
|
||||
shell: powershell
|
||||
run: |
|
||||
git checkout -b $($Env:GITHUB_REF -replace "refs/heads/")
|
||||
git config user.email "actions@pepperdash.com"
|
||||
git config user.name "GitHub Actions"
|
||||
git add .
|
||||
@@ -137,7 +138,7 @@ jobs:
|
||||
Write-Host $commit
|
||||
git commit -m $commit
|
||||
git tag $($Env:VERSION)
|
||||
git push --set-upstream origin $($($Env:GITHUB_REF) -Replace "refs/heads/") --force
|
||||
git push --set-upstream origin $($Env:GITHUB_REF -Replace "refs/heads/") --force
|
||||
git push --tags origin
|
||||
- name: Check Directory
|
||||
run: |
|
||||
|
||||
46
aklfjdskal
46
aklfjdskal
@@ -1,46 +0,0 @@
|
||||
0.0.0001
|
||||
0.0.10_DoNotUse_BadBuild
|
||||
0.0.11
|
||||
0.0.12
|
||||
0.0.13
|
||||
0.0.14
|
||||
0.0.15
|
||||
0.0.16
|
||||
0.0.17
|
||||
0.0.19
|
||||
0.0.2
|
||||
0.0.20
|
||||
0.0.21
|
||||
0.0.25
|
||||
0.0.29
|
||||
0.0.3
|
||||
0.0.30
|
||||
0.0.5
|
||||
0.0.6
|
||||
0.0.7
|
||||
0.0.8
|
||||
0.0.9
|
||||
1.0.18
|
||||
1.0.22
|
||||
1.0.23
|
||||
1.0.24
|
||||
1.0.25
|
||||
1.0.26
|
||||
1.0.27
|
||||
1.0.28
|
||||
1.0.29
|
||||
1.0.30
|
||||
1.0.31
|
||||
1.0.32
|
||||
1.0.33
|
||||
1.0.34
|
||||
1.0.35
|
||||
1.0.36-alpha-157
|
||||
1.0.36-alpha-159
|
||||
1.0.36-alpha-160
|
||||
release
|
||||
v1.0.11.x
|
||||
v1.0.13
|
||||
v1.0.14.27867
|
||||
v1.0.15.26179
|
||||
v1.0.16.20061
|
||||
Reference in New Issue
Block a user