This commit is contained in:
azw
2024-11-26 07:43:57 +08:00
parent f7afaed233
commit 4c29c4dfbb

View File

@@ -34,8 +34,9 @@ jobs:
run: |
curl -X 'GET' -O https://${{ secrets.URI }}/azurlane-hoi4/vnr/releases/download/Diff/archive.zip -H 'Authorization: token ${{ secrets.ACCESS_TOKEN }}'
unzip archive.zip
mv src/* az-vnr-patch/src/
rm -r archive.zip
cp -r src/* az-vnr-patch/src/
rm -rf src
rm archive.zip
- name: check diff
id: check_changes
run: |