1
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls -lh
|
ls -lh
|
||||||
rm -rf az-vnr-patch
|
rm -rf az-vnr-patch
|
||||||
git -c http.sslVerify=false clone -b main https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
|
git -c http.sslVerify=false clone https://${{ secrets.ACCESS_TOKEN }}@${{ secrets.URI }}/${{ github.repository }}.git
|
||||||
- name: sync currect file
|
- name: sync currect file
|
||||||
run: |
|
run: |
|
||||||
cd /home/steam/steamcmd
|
cd /home/steam/steamcmd
|
||||||
@@ -23,9 +23,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls -lh
|
ls -lh
|
||||||
cd az-vnr-patch
|
cd az-vnr-patch
|
||||||
git checkout -b pure-az
|
git checkout pure-az
|
||||||
cp -r src ../
|
cp -r src ../
|
||||||
git checkout -b main
|
git checkout main
|
||||||
rm -rf src
|
rm -rf src
|
||||||
ls -lh
|
ls -lh
|
||||||
mkdir src
|
mkdir src
|
||||||
|
|||||||
Reference in New Issue
Block a user