更新 .gitea/workflows/sync.yml

This commit is contained in:
2024-06-26 19:14:34 +08:00
parent 69ef043f49
commit 338bc7c6b5

View File

@@ -16,14 +16,14 @@ jobs:
run: | run: |
cd /home/steam/steamcmd cd /home/steam/steamcmd
ls -lh ls -lh
./steamcmd.sh +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +workshop_download_item 394360 2249768662 +quit ./steamcmd.sh +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +workshop_download_item 394360 3115864680 +quit
- name: clean src and copy to src - name: clean src and copy to src
run: | run: |
ls -lh ls -lh
cd azurlane-sr cd azurlane-sr
rm -rf src rm -rf src
ls -lh ls -lh
cp -r /home/steam/Steam/steamapps/workshop/content/394360/2249768662 src cp -r /home/steam/Steam/steamapps/workshop/content/394360/3115864680 src
- name: commit and push - name: commit and push
run: | run: |
ls -lh ls -lh