This commit is contained in:
azw
2024-11-26 07:35:25 +08:00
parent ac6a891d07
commit e6ffd3f134

View File

@@ -33,6 +33,8 @@ jobs:
- name: rebuild src
run: |
curl -X 'GET' -O https://${{ secrets.URI }}/azurlane-hoi4/vnr/releases/download/Diff/archive.zip -H 'Authorization: token ${{ secrets.ACCESS_TOKEN }}'
apt update
apt install unzip
unzip archive.zip
mv src/* az-vnr-patch/src/
rm -r archive.zip