This commit is contained in:
azw
2024-11-26 07:26:40 +08:00
parent 67bbc4a1d8
commit 660f775b34

View File

@@ -13,7 +13,7 @@ jobs:
run: |
ls -lh
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
run: |
cd /home/steam/steamcmd
@@ -23,9 +23,9 @@ jobs:
run: |
ls -lh
cd az-vnr-patch
git checkout -b pure-az
git checkout pure-az
cp -r src ../
git checkout -b main
git checkout main
rm -rf src
ls -lh
mkdir src