This commit is contained in:
azw
2024-12-19 08:07:47 +08:00
parent d5f48365b4
commit 39b81a1cfa

View File

@@ -19,6 +19,7 @@ jobs:
cd /home/steam/steamcmd
ls -lh
./steamcmd.sh +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +workshop_download_item 394360 2131096629 +quit
./steamcmd.sh +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +workshop_download_item 394360 2249768662 +quit
- name: clean src and copy to src
run: |
ls -lh
@@ -28,7 +29,9 @@ jobs:
git checkout main
rm -rf src
ls -lh
cp -r /home/steam/Steam/steamapps/workshop/content/394360/2249768662 ./src
mv ../src ./
rm src/descriptor.mod
cp /home/steam/Steam/steamapps/workshop/content/394360/2131096629/descriptor.mod src/descriptor.mod
- name: check diff
id: check_changes