removed a set of $()

This commit is contained in:
Andrew Welker
2020-03-18 16:06:38 -06:00
parent 1570e32fd9
commit adc693fbab
2 changed files with 3 additions and 48 deletions

View File

@@ -124,12 +124,13 @@ jobs:
- name: Unzip Build file - name: Unzip Build file
run: | run: |
Get-ChildItem .\*.zip | Expand-Archive -DestinationPath .\ Get-ChildItem .\*.zip | Expand-Archive -DestinationPath .\
Remove-Item -Path .\ -include @("*.zip") Remove-Item -Path .\*.zip
- name: Check directory again - name: Check directory again
run: Get-ChildItem ./ run: Get-ChildItem ./
- name: Copy build output and push - name: Copy build output and push
shell: powershell shell: powershell
run: | run: |
git checkout -b $($Env:GITHUB_REF -replace "refs/heads/")
git config user.email "actions@pepperdash.com" git config user.email "actions@pepperdash.com"
git config user.name "GitHub Actions" git config user.name "GitHub Actions"
git add . git add .
@@ -137,7 +138,7 @@ jobs:
Write-Host $commit Write-Host $commit
git commit -m $commit git commit -m $commit
git tag $($Env:VERSION) 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 git push --tags origin
- name: Check Directory - name: Check Directory
run: | run: |

View File

@@ -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