1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user