This commit is contained in:
azw
2024-11-26 07:32:17 +08:00
parent 7a370471c7
commit ac6a891d07

View File

@@ -32,7 +32,7 @@ jobs:
cp /home/steam/Steam/steamapps/workshop/content/394360/3115864680/descriptor.mod src/descriptor.mod cp /home/steam/Steam/steamapps/workshop/content/394360/3115864680/descriptor.mod src/descriptor.mod
- name: rebuild src - name: rebuild src
run: | run: |
curl -X 'GET' -O https://{{ secrets.URI }}/azurlane-hoi4/vnr/releases/download/Diff/archive.zip -H 'Authorization: token ${{ secrets.ACCESS_TOKEN }}' curl -X 'GET' -O https://${{ secrets.URI }}/azurlane-hoi4/vnr/releases/download/Diff/archive.zip -H 'Authorization: token ${{ secrets.ACCESS_TOKEN }}'
unzip archive.zip unzip archive.zip
mv src/* az-vnr-patch/src/ mv src/* az-vnr-patch/src/
rm -r archive.zip rm -r archive.zip