This commit is contained in:
azw
2024-11-26 07:41:13 +08:00
parent e6ffd3f134
commit f7afaed233

View File

@@ -33,8 +33,6 @@ 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