This commit is contained in:
azw
2024-12-21 03:08:10 +08:00
parent 0181f8042c
commit 26cfb04f70

View File

@@ -33,6 +33,13 @@ jobs:
cp -rf ../src/* ./src/ cp -rf ../src/* ./src/
rm src/descriptor.mod rm src/descriptor.mod
cp /home/steam/Steam/steamapps/workshop/content/394360/2131096629/descriptor.mod src/descriptor.mod cp /home/steam/Steam/steamapps/workshop/content/394360/2131096629/descriptor.mod src/descriptor.mod
- name: pull mapfile
run: |
curl -X 'GET' -O https://${{ secrets.URI }}/azurlane-hoi4/az-map/releases/download/sairen/sairen-map.tar.gz -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}'
tar zcvf sairen-map.tar.gz
cp -rf release/sairen/* azurlane-sr-reforged/src/history/states/
rm -rf release
rm sairen-map.tar.gz
- name: check diff - name: check diff
id: check_changes id: check_changes
run: | run: |